noxonsu / op-deposit

small program for submitting deposits to an OptimismPortal contract

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

op-deposit

simple CLI for making a deposit to the op-stack via OptimismPortal.sol.

Usage:

git clone https://github.com/noot/op-deposit && cd op-deposit
go build
./op-deposit --optimism-portal-address=<ADDRESS_OF_DEPLOYED_CONTRACT> --private-key=<PRIVATE-KEY-HEX-STRING> --value=<VALUE-IN-ETH>

Note the value is in ETH, so you can use a float like 0.999 for example.

About

small program for submitting deposits to an OptimismPortal contract


Languages

Language:Go 100.0%