This project is a simple template for starting writing a dApp using reactjs. Tiny Dinos Contract is used as an example for methods call and send. I used web3.js for interaction with contracts and the chain. It's always good to test the contract methods on etherscan before writing the code part.
- Interacting with wallet: Connect, Read Network, Change Network.
- Interacting with contract (example: tokenURI in tiny dinos contract)
In the project directory, run:
Installs required packages for the project
Runs development server
I'd be really happy if you contribute to this project by any kind of work, like suggestions, ideas and coding.