kelvinlyk2002 / auroraTokenFactory

Home Page:aurora-token-factory.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 buidling!

About

aurora-token-factory.vercel.app


Languages

Language:JavaScript 91.3%Language:HTML 8.7%