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-ORMInstall yarn:
npm install -g yarnInstall dependencies:
yarnStart application:
# Start server
yarn startLint:
# Lint code with ESLint
yarn lint
# Run lint on any file change
yarn lint:watchContributions, 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 – [email protected]
Credits for the boilerplate to a great coder! @jeroenptrs Boilerplate from: https://github.com/jeroenptrs/react-stack-boilerplate
