An ICO project for my learning.
- Clone this repository.
- enter
yarn install
at console. - rename "./.env.sample" to "/.env" and fill the necessary settings there.
Compile all contracts and run tests. You need to set up private chain or specify which network to connect before this action.
Setup local private chain for testing.
Run all tests and generate test coverage info.
Generate typescript typings of all contracts.
The tests run automatically at push and/or PR.
This repository will be published to npm automatically when you mark as Release.