DEPLOYING RPC TO AWS #1483
-
How do I run the ./reach rpc-server command from a remote docker container. I have tried to deploy it in AWS but I can't get reach to run. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 26 replies
-
That script runs a Docker container (most Reach commands do) so you need to have Docker installed and accessible to use it. However, the code the container runs is trivial --- https://github.com/reach-sh/reach-lang/blob/master/js/rpc-server/index.mjs --- I would just use that directly if you were deploying the RPC server |
Beta Was this translation helpful? Give feedback.
-
Hey Jay, Im getting errors trying to use RPC-Client on the browser. |
Beta Was this translation helpful? Give feedback.
-
Hey Jay, I'm having trouble running rpcServer using docker. |
Beta Was this translation helpful? Give feedback.
-
Got it working |
Beta Was this translation helpful? Give feedback.
That script runs a Docker container (most Reach commands do) so you need to have Docker installed and accessible to use it.
However, the code the container runs is trivial --- https://github.com/reach-sh/reach-lang/blob/master/js/rpc-server/index.mjs --- I would just use that directly if you were deploying the RPC server