Skip to content

Build a docker container to run a ETH Node in a local network (TestRpc).

Notifications You must be signed in to change notification settings

AmadeusRelay/TestRpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

TestRpc

Build a Ethereum RPC Client for testing and Developing, running in a Docker container.

Linux Environment

Install docker:

sudo apt-get update
sudo apt-get install docker.io

After install docker, go to this repository folder and build a docker image:

sudo docker build -t testrpc .

Run this docker image:

sudo docker run -d -p 8545:8545 testrpc

Now you can access using http://localhost:8545.

For a complete Docker commands reference see here.

About

Build a docker container to run a ETH Node in a local network (TestRpc).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published