/metahero-contracts

Metahero contracts

Primary LanguageTypeScriptMIT LicenseMIT

Metahero contracts

NPM version Coverage workflow Linter and tests workflow License MIT

Development

Installation

$ git clone https://github.com/metahero-io/metahero-contracts.git
$ cd ./metahero-contracts
$ npm i
$ npm run bootstrap
$ npm run link

Packages

NPM scripts

$ npm run bootstrap   # bootstraps lerna project
$ npm run link        # links all packages dependencies
$ npm run compile     # compiles all contracts in all packages
$ npm run coverage    # runs coverage tests in all packages
$ npm run test        # runs unit tests in all packages
$ npm run build       # builds into `./release`
$ npm run print       # prints frontend and backend envs

License

MIT