Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dutterbutter/min-forge-zkpaymaster


https://github.com/dutterbutter/min-forge-zkpaymaster

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

## Paymaster example usage

To use the script with paymaster already deployed to ZKsync Sepolia:

```
forge script script/Counter.s.sol:CounterScript \
--rpc-url https://sepolia.era.zksync.dev \
--broadcast \
--account --sender \
-vvvv --zksync --gas-limit 10000000 --slow
```