15 lines
180 B
Markdown
15 lines
180 B
Markdown
|
# @eth-optimism/signer
|
||
|
|
||
|
Signer service and client library
|
||
|
|
||
|
## Setup
|
||
|
|
||
|
Install go1.18
|
||
|
|
||
|
```bash
|
||
|
make build
|
||
|
|
||
|
source .env.example # (or copy to .envrc if using direnv)
|
||
|
./bin/signer
|
||
|
```
|