Joltify Token was audited by CertiK. You can find the audit report here.
- Clone the repo and then install dependencies:
$ npm i
- Create a file named
.privateKey
in the root path, paste your test private key of bsc testnet in it
- To run the entire test suite:
$ truffle test
- This will create build/contracts directory with contract's artifacts:
$ truffle compile
- Click here to get some test BNB
- Run command below to deploy to bsc test net
$ truffle migrate --reset --network bscTestnet
More about truffle commands here