1.0.0 • Published 4 years ago
ethst_v3 v1.0.0
Install Dependencies
npm iBuild Contracts and Generate Typechain Typeings
npm run buildRun Contract Tests
npm run testRun Coverage Report for Tests
npm run coverageDeploy and Verify to Bsc-Testnet
Create a new .env file in the root directory, and put your PRIVATE_KEY and BSCSCAN_API_KEY in it.
If you do not have BSCSCAN_API_KEY, go to https://bscscan.com/myapikey and add one.
PRIVATE_KEY = <Your Private Key>
BSCSCAN_API_KEY = <Your Bscscan Api Key>And then run:
npm run deployGenerate Flattened Contract
npm run flattenRun Cronjobs on Server
Needs PRIVATE_KEY in .env file.
pm2 startCheck Cronjobs Logs on Server
pm2 logsStore NFT Data on IPFS
Needs NFT_STORAGE_API_KEY and PRIVATE_KEY in .env file.
If you do not have NFT_STORAGE_API_KEY, go to https://nft.storage/ and add one.
npm run store1.0.0
4 years ago