Skip to content

twilkinson573/backYourselfFrontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample React Dapp

This directory has a sample Dapp to interact with your contracts, built using React.

Running the Dapp

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.

Architecture of the Dapp

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.

Feedback, help and news

Feel free to reach us through this repository or our Discord server.

Also you can follow us on Twitter.

Happy building!

About

React & Ethers.js frontend for the BackYourself wager EVM dapp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published