0.0.1 • Published 3 years ago

unichain v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Unichain

npm version

npm downloads

How to start developing

git clone git@github.com:nighostchris/unichain.git
cd unichain
npm ci
git checkout -b "feature/abcdefg"
# Start your coding and create merge request later on

Testing

# Run through all tests
npm run test

# Search for all test files with eth as file name, i.e. %eth%.test.ts
npm run test eth