Skip to content

danielefavi/ethereum-explorer-example

Repository files navigation

DAPP for playing with the EthereumExplorer class

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.

Quick Start

Make sure that the blockchain in your local computer is running!

Deploy the smart contract with Truffle

truffle console --network ganache
migrate --reset --compile-all

Install Start the D-App

cd app && npm install
npm run start:dev

The dapp should be running at http://localhost:9000/.

About

Example of usage for the EthereumExplorer class.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published