Skip to content

joltify-finance/joltify-token

Repository files navigation

Designed by Joltify Finance Team

Home page

https://www.joltify.io/

Documents

https://docs.joltify.io/

Security Audit Report

Joltify Token was audited by CertiK. You can find the audit report here.

How to run

Set up

  • 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

Testing

  • To run the entire test suite:
$ truffle test

Compiling

  • This will create build/contracts directory with contract's artifacts:
$ truffle compile

Deployment

  • 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

Releases

No releases published

Packages

No packages published