Skip to content

Latest commit

 

History

History
81 lines (51 loc) · 1.59 KB

README.md

File metadata and controls

81 lines (51 loc) · 1.59 KB

Trase University BigchainDB boilerplate for the BDB driver

This creates a project boilerplate the BigchainDB Driver

Build Status

Overview

This is a boilerplate application for building a first Blockchain application with the BigchainDB driver.

Getting Started

Clone the repo:

git clone https://github.com/Trasebe/TU-BDB-driver.git
cd TU-BDB-driver

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

Contributing

Contributions, questions and comments are all welcome and encouraged. For code contributions submit a pull request with unit test.

License

This project is licensed under the MIT License

Meta

Maurice Dalderup – @mauricedalderupMaurice_Dalderup@hotmail.com

Credits for the boilerplate to a great coder! @jeroenptrs Boilerplate from: https://github.com/jeroenptrs/react-stack-boilerplate