Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 333 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 333 Bytes

Blocknet Contracts

requirements

  • nodejs
  • docker (or change solc compiler in truffle config)

Install

yarn install

run local ethereum chain

yarn ganache-cli --mnemonic "your metamask seed phrase" --defaultBalanceEther 10000

compile / deploy

yarn compile
yarn deploy
yarn deploy:ropsten