Skip to content

This project Learning about web3 by hardhat using solidity for smart contracts deploy to Rinkeby Testnet Network and using reactjs build frontend minting website

Notifications You must be signed in to change notification settings

TitanDogs/reactjs-dapp-ethereum-webminting

 
 

Repository files navigation

deploy frontend minting to netlify

decentralize application on smart contracts ethereum blockchain

https://ducknft.netlify.app/

deploy smart contract to rinkeby etherscan testnet

https://rinkeby.etherscan.io/address/0xE38D6DF722b2AaCCDF090b20942267Bb97Df8649#code

config project WEB3

npm i -D hardhat => npx hardhat enter 4x 
npm i @openzeppelin/contracts npm i @chakra-ui/react @emotion/react@^11 @emotion/styled@^11 framer-motion@^6 
npm i -D dotenv npm i -D @nomiclab s/hardhat-etherscan 
npx hardhat verify --network rinkeby <0xE38D6DF722b2AaCCDF090b20942267Bb97Df8649>

basic sample hardhat project

This project demonstrates a basic Hardhat use case. It comes with a sample contract, a test for that contract, a sample script that deploys that contract, and an example of a task implementation, which simply lists the available accounts.

Try running some of the following tasks:

npx hardhat accounts
npx hardhat compile
npx hardhat clean
npx hardhat test
npx hardhat node
node scripts/sample-script.js
npx hardhat help

website preview Screen Shot 2565-06-10 at 21 56 08

smart contracts preview

Screen Shot 2565-06-11 at 07 14 23

About

This project Learning about web3 by hardhat using solidity for smart contracts deploy to Rinkeby Testnet Network and using reactjs build frontend minting website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 65.2%
  • Solidity 14.7%
  • HTML 12.1%
  • CSS 8.0%