Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noot/op-deposit
small program for submitting deposits to an OptimismPortal contract
https://github.com/noot/op-deposit
Last synced: about 2 months ago
JSON representation
small program for submitting deposits to an OptimismPortal contract
- Host: GitHub
- URL: https://github.com/noot/op-deposit
- Owner: noot
- Created: 2023-10-31T01:24:45.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-31T02:50:29.000Z (about 1 year ago)
- Last Synced: 2024-10-15T22:17:24.308Z (3 months ago)
- Language: Go
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# op-deposit
simple CLI for making a deposit to the op-stack via `OptimismPortal.sol`.
Usage:
```go
git clone https://github.com/noot/op-deposit && cd op-deposit
go build
./op-deposit --optimism-portal-address= --private-key= --value=
``````Note the value is in ETH, so you can use a float like `0.999` for example.