0.0.1 • Published 3 years ago

token-vesting-contracts v0.0.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

Actions Status code style: prettier license

Token Vesting Contracts

Overview

On-Chain vesting scheme enabled by smart contracts.

TokenVesting contract can release its token balance gradually like a typical vesting scheme, with a cliff and vesting period. Optionally revocable by the owner.

📦 Installation

$ yarn

⛏️ Compile

$ yarn compile

📚 Documentation

Documentation is auto-generated after each build in docs directory.

The generated output is a static website containing smart contract documentation.

🌡️ Testing

$ yarn test

✨ Code style

$ yarn prettier

📄 License

Token Vesting Contracts is released under the Apache-2.0.