This repo contains all the packages used in ETD project.
First clone this repo
git clone https://github.com/etherdata-blockchain/packages.git
Install dependencies
yarn install
Run tests
yarn test
In order to contribute this project, make sure you submit your pull-request followed the conventional commit message guideline.