Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 402 Bytes

DEPLOY-SMART-CONTRACT.md

File metadata and controls

13 lines (9 loc) · 402 Bytes

1. DEPLOY SMART-CONTRACT

  1. Before deploying the contracts make sure your database is updated by running the migrate command:
$ npm run migrate
  1. Then execute the command below, replacing [PRIVATE_KEY] with your test wallet private key, to deploy the contracts and save them in the database:
$ node ./scripts/deploy-multichain -n amoy-local -k [PRIVATE_KEY] -e .env -d