- It is suite of vesting contracts for different allocations.
- For more, refer Wiki.
$ npm install$ npx hardhat compile$ npx hardhat test// on terminal-1
$ npx hardhat node
// on terminal-2
$ npx hardhat run deployment/hardhat/deploy_hardhat.ts --network localhost1// on terminal-1
$ npx hardhat node
// on terminal-2
$ npx hardhat run deployment/hardhat/deploy_hardhat.ts --network localhost2- Environment variables
- Create a .envfile with its values:
 
- Create a 
INFURA_API_KEY=[YOUR_INFURA_API_KEY_HERE]
SPEEDY_NODE_KEY=[YOUR_SPEEDY_NODE_KEY_HERE]
DEPLOYER_PRIVATE_KEY=[YOUR_DEPLOYER_PRIVATE_KEY_without_0x]
REPORT_GAS=<true_or_false>
- Deploy the token on one-chain
$ npx hardhat run deployment/testnet/ETH/deploy_testnet_eth.ts  --network rinkeby- Environment variables
- Create a .envfile with its values:
 
- Create a 
INFURA_API_KEY=[YOUR_INFURA_API_KEY_HERE]
SPEEDY_NODE_KEY=[YOUR_SPEEDY_NODE_KEY_HERE]
DEPLOYER_PRIVATE_KEY=[YOUR_DEPLOYER_PRIVATE_KEY_without_0x]
REPORT_GAS=<true_or_false>
- Deploy the token on one-chain
$ npx hardhat run deployment/testnet/BSC/deploy_testnet_bsc.ts  --network bsctest- Environment variables
- Create a .envfile with its values:
 
- Create a 
INFURA_API_KEY=[YOUR_INFURA_API_KEY_HERE]
SPEEDY_NODE_KEY=[YOUR_SPEEDY_NODE_KEY_HERE]
DEPLOYER_PRIVATE_KEY=[YOUR_DEPLOYER_PRIVATE_KEY_without_0x]
REPORT_GAS=<true_or_false>
- Deploy the token on one-chain
$ npx hardhat run deployment/testnet/ETH/deploy_mainnet_eth.ts  --network eth- Environment variables
- Create a .envfile with its values:
 
- Create a 
INFURA_API_KEY=[YOUR_INFURA_API_KEY_HERE]
SPEEDY_NODE_KEY=[YOUR_SPEEDY_NODE_KEY_HERE]
DEPLOYER_PRIVATE_KEY=[YOUR_DEPLOYER_PRIVATE_KEY_without_0x]
REPORT_GAS=<true_or_false>
- Deploy the token on one-chain
$ npx hardhat run deployment/testnet/BSC/deploy_mainnet_bsc.ts  --network bsc