Skip to content

gavin11599/iost-bsc-contract

Repository files navigation

IOSToken Contract

How to deploy

  1. Deploy IOSToken contract
    npx hardhat ignition deploy ignition/modules/IOSToken.ts --network hardhat
  2. Deploy vesting contract
    npx hardhat ignition deploy ignition/modules/Vesting.ts --network hardhat
  3. Transfer the IOSToken to the vesting contract before continuing
  4. Create vesting schedules
    npx hardhat ignition deploy ignition/modules/IOSTokenVesting.ts --network hardhat
  5. The corresponding vesting schedules id will be found in ignition/deployments/chain-xxx/journal.jsonl

How to verify

npx hardhat ignition verify chain-97

About

No description, website, or topics provided.

Resources

License

MIT, Apache-2.0 licenses found

Licenses found

MIT
LICENSE
Apache-2.0
LICENSE-Apache-2.0

Stars

Watchers

Forks

Packages

No packages published