Skip to content

BrianPHChen/web3ToEVMLite

Repository files navigation

web3 to evmlite dockerize

Dockerize provider

[Notice] Please run evm_tendermint_node first.

Build image

$ docker build -t web3_to_evmlite .

Run container

$ docker run -tid --name provider -p 8545:8545 --link node web3_to_evmlite

Check the provider backend status

attach the container
$ docker exec -ti provider bash
check the logs (in container)
root@<container>:# tail -f logs/provider.log

How to use api with javascript

check the test.js as the web3.js template

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published