Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 565 Bytes

README.md

File metadata and controls

34 lines (19 loc) · 565 Bytes

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.