You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CLAUDE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ go test -run TestName ./path/to/package/...
16
16
17
17
# Run locally (Docker)
18
18
DATA_STORAGE_TYPE=memory make run-rpc
19
-
DATA_STORAGE_TYPE=memory GEYSER_WORKER_GRPC_PLUGIN_ENDPOINT=localhost:10000 GEYSER_WORKER_VM_ACCOUNT=<VM_KEY>SOLANA_RPC_ENDPOINT=http://localhost:8899 make run-geyser
19
+
DATA_STORAGE_TYPE=memory GEYSER_WORKER_GRPC_PLUGIN_ENDPOINT=localhost:10000 SOLANA_RPC_ENDPOINT=http://localhost:8899 make run-geyser
20
20
```
21
21
22
22
Proto generation (`make generate`) is currently broken due to optional fields in the Geyser proto.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,7 +42,7 @@ DATA_STORAGE_TYPE=memory make run-rpc
42
42
5. Run the Geyser worker locally:
43
43
44
44
```bash
45
-
DATA_STORAGE_TYPE=memory GEYSER_WORKER_GRPC_PLUGIN_ENDPOINT=localhost:10000 GEYSER_WORKER_VM_ACCOUNT=<VM_PUBLIC_KEY>SOLANA_RPC_ENDPOINT=http://localhost:8899 make run-geyser
45
+
DATA_STORAGE_TYPE=memory GEYSER_WORKER_GRPC_PLUGIN_ENDPOINT=localhost:10000 SOLANA_RPC_ENDPOINT=http://localhost:8899 make run-geyser
0 commit comments