https://github.com/rbkgh/yo-project
Simple react app to demonstrate web3 - Say 'Yo' to me,anytime, anywhere, using your metamask wallet
https://github.com/rbkgh/yo-project
Last synced: 2 months ago
JSON representation
Simple react app to demonstrate web3 - Say 'Yo' to me,anytime, anywhere, using your metamask wallet
- Host: GitHub
- URL: https://github.com/rbkgh/yo-project
- Owner: RbkGh
- Created: 2021-12-17T06:54:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-17T08:07:28.000Z (over 4 years ago)
- Last Synced: 2025-03-05T03:41:32.549Z (over 1 year ago)
- Language: JavaScript
- Size: 28.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Yo React Application that talks to smart contract here : https://github.com/RbkGh/yo-portal-smart-contract
### Getting Started
- Hit run
- Edit [App.jsx](#src/App.jsx) and watch it live update!
- N.B remember to update your abi in app.jsx if you re-deploy your smart contract.
By default, Replit runs the `dev` script, but you can configure it by changing the `run` field in the `.replit` file.
## Running React on Repl.it
[React](https://reactjs.org/) is a popular JavaScript library for building user interfaces.
[Vite](https://vitejs.dev/) is a blazing fast frontend build tool that includes features like Hot Module Reloading (HMR), optimized builds, and TypeScript support out of the box.
Using the two in conjunction is one of the fastest ways to build a web app.