diff --git a/.gitignore b/.gitignore index 6af9796..a444481 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ rpc-proxy vendor/ /tmp .idea +/web3 diff --git a/.idx/dev.nix b/.idx/dev.nix index ad36dd0..5072f6d 100644 --- a/.idx/dev.nix +++ b/.idx/dev.nix @@ -16,6 +16,7 @@ # Sets environment variables in the workspace env = {}; + services.docker.enable = true; idx = { # Search for the extensions you want on https://open-vsx.org/ and use "publisher.id" extensions = [ diff --git a/README.md b/README.md index 0a25220..db00049 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,12 @@ GLOBAL OPTIONS: ## Docker +Run our Docker image: + +```sh +docker run ghcr.io/gochain/rpc-proxy/rpc-proxy:latest +``` + Build Docker image: ```sh