StarknetByExample icon indicating copy to clipboard operation
StarknetByExample copied to clipboard

Feature: ERC20 Token Streaming

Open julio4 opened this issue 8 months ago • 5 comments

Description

In this example, we will implement a contract that allows for ERC20 token streaming. This means that a specific amount of tokens can be distributed gradually over a defined vesting period. Users will be able to set up streams that stream tokens incrementally, ensuring a continuous flow of tokens over time rather than a lump sum distribution.

Criteria

  • Stay as simple as possible and do not directly reuse tokei
  • Include comprehensive tests
  • Deploy the contract on a testnet

Resources:

ODHack

To be eligible for additional rewards, be sure to review and follow the ODHack Common Guidelines and Contributing Guidelines. Be sure to join the telegram group and introduce yourself.

julio4 avatar May 28 '24 08:05 julio4