Skip to content

Create Basic Dapp with Solidity, Hardhat, React and Metamask

Notifications You must be signed in to change notification settings

erayusta/first-dapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

First Ethereum Dapp

Create Basic Dapp with Solidity, Hardhat, React and Metamask

Olması gerekenler

  • Node.js
  • VS Code
  • Metamask
  • Terminal

Kullanacaklarımız

  • Hardhat
  • React
  • Solidity
  • Metamask

Komut 1:

npx create-react-app react-dapp

Komut 2:

npm install ethers hardhat @nomiclabs/hardhat-waffle ethereum-waffle chai @nomiclabs/hardhat-ethers

Komut 3:

npx hardhat

Komut 4:

npx hardhat compile

Komut 5:

npx hardhat node

Komut 6:

npx hardhat run scripts/deploy.js --network localhost

About

Create Basic Dapp with Solidity, Hardhat, React and Metamask

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published