@keymesh/contracts
v0.0.9
Published
KeyMesh token and airdrop contracts
Downloads
12
Readme
Development
Test
- Install project dependencies:
yarn
yarn testrpc
- Run tests (in another console):
yarn test
Deployment
Quick Start
# Using default localhost:8545
yarn migrate
Using infura.io and Mnemonic
MNEMONIC='foo bar baz quz...' \
ETH_SENDER='0x123...'\
INFURA_URL='https://rinkeby.infura.io'\
INITIAL_SIGNER='0x123...'\
yarn migrate --network rinkeby
# yarn migrate --network mainnet