Proof-of-concept for a simple registration contract to store hashes on an Ethereum network.
See also:
Start a test server, and run the tests
ganache-cli
yarn test
yarn lint
Docker image for testing and running on CI. docker-compose up starts up
- A ganache-cli instance with port
8545exposed - A long-running truffle container to run truffle scripts in (for testing)
- A HTTP gateway with port
3000exposed
docker-compose up
docker-compose exec truffle yarn run test:docker
The HTTP gateway to the underlying Parity network can be found in gateway. See gateway/README.md for more details.