mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-23 13:16:42 +00:00
Add link to example runner in README.md
This commit is contained in:
parent
8a73d64f5e
commit
6ce19032bb
1 changed files with 3 additions and 0 deletions
|
|
@ -85,8 +85,11 @@ go build -tags "example" ./cmd/keeper
|
|||
```
|
||||
|
||||
### Ziren zkVM Implementation
|
||||
|
||||
Build for the Ziren zkVM platform, which is a MIPS ISA-based zkvm:
|
||||
|
||||
```bash
|
||||
GOOS=linux GOARCH=mipsle GOMIPS=softfloat go build -tags "ziren" ./cmd/keeper
|
||||
```
|
||||
|
||||
As an example runner, refer to https://gist.github.com/gballet/7b669a99eb3ab2b593324e3a76abd23d
|
||||
|
|
|
|||
Loading…
Reference in a new issue