75b02dff3d
* op-signer: add to this repo * circleci: add op-signer jobs/workflows * ops: update tag service to include op-signer * readme: add op-signer one sentence description * ci: add op-signer option to github action * ops: add op-signer min version
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
|
|
```
|