Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.