Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dutterbutter/min-forge-zkpaymaster
https://github.com/dutterbutter/min-forge-zkpaymaster
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dutterbutter/min-forge-zkpaymaster
- Owner: dutterbutter
- Created: 2024-11-04T16:01:15.000Z (10 days ago)
- Default Branch: main
- Last Pushed: 2024-11-04T18:51:05.000Z (10 days ago)
- Last Synced: 2024-11-04T19:42:31.856Z (10 days ago)
- Language: Solidity
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```