Skip to content

pathikdevani/web3-fullstack-react-solidity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web3-fullstack-react-solidity

Implementation of ethereum smart contract read/write by web3 with metamask. to visit online demo please click below link. you can also watch screen recording demo by clicking below thumbnail.


blockchain info & links

  1. ethereum wallet address: https://ropsten.etherscan.io/address/0x94F941AF79F3a0895F3C5FE098750f60B7F96dbe
  2. deployed smart Employee contract: https://ropsten.etherscan.io/address/0x7Ac9E23B7b00cC3BF2BacC780C0E7152FA02b97e
  3. deployed smart MyNFTFactory contract: https://ropsten.etherscan.io/address/0xB0A662D4c2c90a5E81730C545A0f88eE7514ea3b

Used library and plugins

  1. Hardhat
  2. Solidity
  3. React.js
  4. Web3.js
  5. Typescript / Javascript
  6. Scss / Css
  7. Webpack
  8. MetaMask integration

How to build code

  1. its required latest node and npm installed on local machine. this build work on any OS which support node and npm.
  2. install dependency by using command npm install in root folder.

How to run

  1. install Metamask in your google chrome browser.
  2. use url to view UI in browser http://localhost:3000
  3. for online version open open this url https://web3-fullstack-react-solidity.vercel.app/employee