0.0.9 • Published 6 years ago

@keymesh/contracts v0.0.9

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

Development

Test

  1. Install project dependencies:
yarn
  1. Run Ethereum Test RPC (Ganache CLI):
yarn testrpc
  1. 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
0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago