Skip to content

Money Streaming app built on top of Sablier finance. It allows a user to create a stream of ERC20 tokens for a time frame in which the amount of tokens for each second will be calculated and can be withdrawn by the recipient any time.

Notifications You must be signed in to change notification settings

namanmanchanda09/DeFi-Money-Streaming-Dapp

Repository files navigation

DeFi Money Streaming using Sablier

Sablier allows to stream money using smart contracts. Any ERC20 token can be used to stream. In this particular project, only one ERC20 token is supported and can be minted from the app itself.

Install the node modules using

npm install

Run a local blockchanin using

npx hardhat node

To deploy the contracts run

npx hardhat run --network localhost scripts/deploy.js

To start the react server run

npm start

Here's a demo of the app.

About

Money Streaming app built on top of Sablier finance. It allows a user to create a stream of ERC20 tokens for a time frame in which the amount of tokens for each second will be calculated and can be withdrawn by the recipient any time.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published