This is a simple DAPP for playing with the EthereumExplorer
. In this project you can find several example for using the EthereumExplorer
class.
In this project you can find the smart contracts and the DApp interface.
This project uses the Truffle framework. You can use any other framework (like HardHat) but you have to make as fix explained below.
You can find all the uses cases for the class EthereumExplorer
in the file app/src/index.js
.
Make sure that the blockchain in your local computer is running!
truffle console --network ganache
migrate --reset --compile-all
cd app && npm install
npm run start:dev
The dapp should be running at http://localhost:9000/
.