This directory has a sample Dapp to interact with your contracts, built using React.
This project uses create-react-app
, so most
configuration files are handled by it.
To run it, you just need to execute npm start
in a terminal, and open
http://localhost:3000.
To learn more about what create-react-app
offers, you can read
its documentation.
This Dapp consists of multiple React Components, which you can find in
src/components
.
Most of them are presentational components, have no logic, and just render HTML.
The core functionality is implemented in src/components/Dapp.js
, which has
examples of how to connect to the user's wallet, initialize your Ethereum
connection and contracts, read from the contract's state, and send transactions.
You can use the Dapp
component as a starting point for your project. It has
comments explaining each part of its code, and indicating what's specific to
this project, and what can be reused.
Feel free to reach us through this repository or our Discord server.
Also you can follow us on Twitter.
Happy buidling!