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 8a83100 commit b4a3bfaCopy full SHA for b4a3bfa
3 files changed
.gitignore
@@ -2,3 +2,4 @@ rpc-proxy
2
vendor/
3
/tmp
4
.idea
5
+/web3
.idx/dev.nix
@@ -16,6 +16,7 @@
16
17
# Sets environment variables in the workspace
18
env = {};
19
+ services.docker.enable = true;
20
idx = {
21
# Search for the extensions you want on https://open-vsx.org/ and use "publisher.id"
22
extensions = [
README.md
@@ -45,6 +45,12 @@ GLOBAL OPTIONS:
45
46
## Docker
47
48
+Run our Docker image:
49
+
50
+```sh
51
+docker run ghcr.io/gochain/rpc-proxy/rpc-proxy:latest
52
+```
53
54
Build Docker image:
55
56
```sh
0 commit comments