metahero-io / metahero-contracts

Metahero contracts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Metahero contracts

License:MIT License


Languages

Language:TypeScript 56.0%Language:Solidity 43.0%Language:Shell 0.6%Language:JavaScript 0.4%