pancake-v3
v0.0.1
Published
## Deployments
Downloads
12
Readme
Pancake V3
Deployments
- Add Key in
.envfile. It's a private key of the account that will deploy the contracts and should be gitignored. - bscTestnet
KEY_TESTNETor bscKEY_MAINNET - add
ETHERSCAN_API_KEYin.envfile. It's an API key for etherscan. yarnin root directoryNETWORK=$NETWORK yarn zx v3-deploy.mjswhere$NETWORKis eithereth,goerli,bscMainnet,bscTestnetorhardhat(for local testing)NETWORK=$NETWORK yarn zx v3-verify.mjswhere$NETWORKis eithereth,goerli,bscMainnet,bscTestnetorhardhat(for local testing)
