- Pin the npm version for compilling
npm -g -i [email protected]
Locate the constants.ts
- Setup
admin
FindgetBIBAdminPerNetwork
section and fill address under the specific network - Setup
BUSD
FindgetBUSDTokenPerNetwork
section and fill address under the specific network - Setup
PancakeSwapRouter
FindgetSwapRoterPerNetwork
section and fill address under the specific network - Setup
Ecosystem distribution part
FindgetEosystemVaultPartPerNetwork
section and fill address under the specific network - Setup
Team distribution part
FindgetProjectTeamPartPerNetwork
section and fill address under the specific network - Setup
Private sale distribution part
FindgetPrivateSellPartPerNetwork
section and fill address under the specific network - Setup
Public sale distribution part
FindgetPulicSellPartPerNetwork
section and fill address under the specific network - Setup
Liquidity distribution part
FindgetLiquidtyPartPerNetwork
section and fill address under the specific network - Setup
Marketting incentive distribution part
FindgetMarkettingPartPerNetwork
section and fill address under the specific network - Setup
Incentive distribution part
FindgetIncentivePartPerNetwork
section and fill address under the specific network - Setup
Coperation distribution part
FindgetCoperationPartPerNetwork
section and fill address under the specific network
- Clean internal output
npm ci:clean
- Compile source code
npm run compile
- To run test (Skip over if not needed)
npm run test
- Deploy to network
- Deploy to test network
npm run bsc-test:deployment
- Deploy to main network
npm run bsc:deployment
- Open console
- for test net
npm run --network bsc-test console
- for main net
- To open console on mainnet
npm run --network bsc console
- Add address to whitelist
- for test-net
npm run bsc-test:run-exclude
- for main-net
npm run bsc:run-exclude