Web application to manage token vesting through smart contracts deployed using token-vesting-contracts repository.
yarn
The configuration of the smart contract parameters and EVM network are specified in src/config.js.
You have to provide the following values:
tokenVestingContractAddress: The address of a deployed vesting contract instanceexplorerRootURL: The root URL of the blockchain explorer of your choice corresponding to the desired network
yarn serve
yarn build
- The UI freezes and does not display anything if the selected EVM network is wrong
Vesting Contract UI is released under the Apache-2.0.