Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: ERC20 Token Streaming #196

Open
julio4 opened this issue May 28, 2024 · 5 comments · May be fixed by #237
Open

Feature: ERC20 Token Streaming #196

julio4 opened this issue May 28, 2024 · 5 comments · May be fixed by #237
Assignees

Comments

@julio4
Copy link
Contributor

julio4 commented May 28, 2024

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 julio4 added the ODHack label May 28, 2024
@LamsyA
Copy link
Contributor

LamsyA commented May 28, 2024

Hi @julio4 I have a good knowledge of how to do this.
kindly assign it to me.

@estherbreath
Copy link

@julio4 I am a Blockchain Developer, and would like to work on this issue.

Below is a summary of how I intend to go about it;

Develop the smart contract to include functionalities for;
setting up token streams
specifying the vesting period and
managing the distribution of tokens..
Ensure the design is modular and easy to understand.

Develop a suite of tests covering all aspects of the contract, including edge cases and error handling.

Deploy the contract on a testnet.
Monitor the deployment process and verify that the contract operates as expected.

@julio4
Copy link
Contributor Author

julio4 commented May 30, 2024

@julio4 I am a Blockchain Developer, and would like to work on this issue.

Below is a summary of how I intend to go about it;

Develop the smart contract to include functionalities for; setting up token streams specifying the vesting period and managing the distribution of tokens.. Ensure the design is modular and easy to understand.

Develop a suite of tests covering all aspects of the contract, including edge cases and error handling.

Deploy the contract on a testnet. Monitor the deployment process and verify that the contract operates as expected.

@estherbreath assigned for now!

@julio4 julio4 removed the ODHack label Jun 9, 2024
@Gift-Naomi
Copy link

@julio4 Can be assign to work on this issue?

@julio4
Copy link
Contributor Author

julio4 commented Jul 19, 2024

@julio4 Can be assign to work on this issue?

Hello! Yes, I reassigned to you

@julio4 julio4 linked a pull request Aug 8, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants