pegasus4me/pay-streams

Develop foundry scripts to interact with PayStreams

Open

#6 opened on Jan 8, 2025

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Solidity (0 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (1 star)
PR merge metrics
 (PR metrics pending)

Description

Description

Even though the frontend can be used to interact with the PayStreams protocol, it is currently limited only to the Base Sepolia network. Additionally, the frontend does not deal with custom hooks and vaults.

Suggested Solution

Foundry scripts can be written which can be run on any evm-compatible network with a Paystreams deployment. The custom variables and args should be declared at the top of the script, and which can be changed as per user preferences.

Contributor guide