Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 461 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 461 Bytes

Local testing

ganache-cli --deterministic

Install, compile, deploy:

npm install
npx openzeppelin compile
npx openzeppelin create

Deployment

Generate mnemonic:

npx mnemonics

Save the output to .env:

MNEMONIC="..here to the mnemonic words"

Follow the manual for deployment. Network is configured in networks.js already, if you have the corrent mnemonics.