This creates a project boilerplate the BigchainDB ORM
This is a boilerplate application for building a first Blockchain application with the BigchainDB ORM.
Clone the repo:
git clone https://github.com/Trasebe/TU-BDB-ORM.git
cd TU-BDB-ORM
Install yarn:
npm install -g yarn
Install dependencies:
yarn
Start application:
# Start server
yarn start
Lint:
# Lint code with ESLint
yarn lint
# Run lint on any file change
yarn lint:watch
Contributions, questions and comments are all welcome and encouraged. For code contributions submit a pull request with unit test.
This project is licensed under the MIT License
Maurice Dalderup – @mauricedalderup – Maurice_Dalderup@hotmail.com
Credits for the boilerplate to a great coder! @jeroenptrs Boilerplate from: https://github.com/jeroenptrs/react-stack-boilerplate