We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a73d64 commit 6ce1903Copy full SHA for 6ce1903
cmd/keeper/README.md
@@ -85,8 +85,11 @@ go build -tags "example" ./cmd/keeper
85
```
86
87
### Ziren zkVM Implementation
88
+
89
Build for the Ziren zkVM platform, which is a MIPS ISA-based zkvm:
90
91
```bash
92
GOOS=linux GOARCH=mipsle GOMIPS=softfloat go build -tags "ziren" ./cmd/keeper
93
94
95
+As an example runner, refer to https://gist.github.com/gballet/7b669a99eb3ab2b593324e3a76abd23d
0 commit comments