This is a skeleton app that can be used as the basis of an Ethereum based application.
The genesis block includes a registry contract for looking up the address of deployed
contracts. The registry contract is found at address 0x0000000000000000000000000000000000000084
.
- MacOS / Linux environment
- Docker
- NodeJS 8+
- Yarn
yarn install
to install node_modulesyarn docker:up
to start the Parity client and bind its RPC to http://localhost:8545yarn start
to deploy the SimpleStorage contract and send a test transaction