Browse Source

Minor fix

master
Tal Kol 2 years ago
parent
commit
5cf1011d10
  1. 2
      README.md

2
README.md

@ -88,7 +88,7 @@ Alternatively, you can ignore the above requirements and develop right inside a
* Deploy * Deploy
* Make sure all contracts are built and your setup is ready to deploy: * Make sure all contracts are built and your setup is ready to deploy:
* Each contract to deploy should have a script `build/mycontract.deploy.ts` to return its init data cell * Each contract to deploy should have a script `build/mycontract.deploy.ts` to return its init data cell
* The deployment wallet is configured in `.env` (will be created automatically if not exists), with contents:<br> * The deployment wallet is configured in `.env` (created automatically if not exists), with contents:<br>
`DEPLOYER_MNEMONIC="mad nation chief flavor ..."` `DEPLOYER_MNEMONIC="mad nation chief flavor ..."`
* To deploy to mainnet (production), run in terminal `npm run deploy` * To deploy to mainnet (production), run in terminal `npm run deploy`
* To deploy to testnet instead (where TON coins are free), run `npm run deploy:testnet` * To deploy to testnet instead (where TON coins are free), run `npm run deploy:testnet`

Loading…
Cancel
Save