Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 548 Bytes

README.md

File metadata and controls

41 lines (26 loc) · 548 Bytes

Usage

Pre Requisites

Before running any command, make sure to install dependencies:

$ yarn 

Compile

Compile the smart contracts with Hardhat:

$ yarn compile

Deploy contract to a live network + validate to bscscan

Note: requires mnemonic and Moralis API key

$ npx hardhat run scripts/token-deploy.ts --network bsctestnet

Test contract locally (BSC mainnet fork)

Note: requires Moralis API key

$ yarn test

Rebuild contracts

Note: May need to give permission

$ ./rebuild.sh