Skip to content

farzadex-eth/reactjs-dapp-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About This Project

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.

Features

  • Interacting with wallet: Connect, Read Network, Change Network.
  • Interacting with contract (example: tokenURI in tiny dinos contract)

features

How to use

In the project directory, run:

npm install

Installs required packages for the project

npm start

Runs development server

Contribution

I'd be really happy if you contribute to this project by any kind of work, like suggestions, ideas and coding.