token-vesting-contracts

ERC20 Token Vesting Smart Contracts

Usage no npm install needed!

<script type="module">
  import tokenVestingContracts from 'https://cdn.skypack.dev/token-vesting-contracts';
</script>

README

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.