GitXplorerGitXplorer
m

webasm-test-docker

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
a2c3bd64cffa235ec5fca34776e1e5cf4e028c1f

working better

mmrsmkl committed 7 years ago
Unverified
b216802762243d40fc5723772991ec6f6f3c40b2

ping

mmrsmkl committed 7 years ago
Unverified
012b3ced8db1e0eaa98bf81bd22ae93b1ff26dbd

generate dev chain when creating the image

mmrsmkl committed 7 years ago
Unverified
862bd6441b8cc7e9d050f655848b089e16393150

added dev chain script

mmrsmkl committed 7 years ago
Unverified
eb8374cc5fc8ed756a0b8896df6a419ff5e17001

Merge branch 'master' of github.com:TrueBitFoundation/test-node-docker

mmrsmkl committed 7 years ago
Unverified
597e4f8f2e7a33da6a24382dcc7e8c25965cca37

adding dev chain

mmrsmkl committed 7 years ago

README

The README file for this repository.

Start the container with

docker run --name truebit -ti -p 22449:80 -p 22448:22448 mrsmkl/webasm-test-docker:latest /webasm-solidity/dev.sh

Then with a web browser, go to localhost:22449. You can post a task and see if the binary search works.

If you are using Docker Toolbox and can't connect try: http://192.168.99.100:22449/

Kovan testnet:

docker run --name truebit -ti -v -v /srv/paritydata:/root/.local/share/io.parity.ethereum -p 4001:4001 -p 22449:80 -p 22448:22448 mrsmkl/webasm-test-docker:latest /webasm-solidity/kovan.sh

Rinkeby testnet:

docker run --name truebit -ti -v -v /srv/gethdata:/root/.ethereum -p 4001:4001 -p 22449:80 -p 22448:22448 mrsmkl/webasm-test-docker:latest /webasm-solidity/rinkeby.sh