Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 1.12 KB

README.md

File metadata and controls

38 lines (30 loc) · 1.12 KB

Gelato & Supefluid

This project showcases general-purpose examples of automating smart contracts with gelato as well as the application for superfluid streams presenting a very simple 3-step guide to creating programmable cash flows

Showcase Dapp

The showcase dapp can be found in dapp The two contracts are deployed anda verified on Mumbai PartyApp and GelatoSuperApp

Anguala app & local development

This project was generated with Angular CLI version 13.3.3. therefore for local development Angular CLI has to be installed

/// launch devserver at`http://localhost:4200/`.
ng serve

Local blockchain (Mumbai fork) commands

/// spin forked blockchain
npm run fork
/// compile solidity contracts
npm run compile
/// compile solidity contracts
npm run compile

Local Testing

/// Once the local fork is running
npm run contracts:test