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. |
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 |
|
Hey Jay, Im getting errors trying to use RPC-Client on the browser. |
|
Hey Jay, I'm having trouble running rpcServer using docker. |
|
Got it working |
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