Skip to content

naveen-2111-dev/farmer-web3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

direct sellers

hardhat deployed smartcontract

tech Stack:

  • 🟨 Solidity
  • 🔨 Hardhat
  • ⚛️ React
  • 🥉 ethers.js

    ethers

1. git clone

git clone <repo-url>

2. node_modules

yarn 
or 
npm i 

3. dev navigate to source folder

yarn dev
or 
npm run dev

hardhat

hardhat

"scripts": {
    1. "compile": "npx hardhat compile", 
    2. "deploy": "npx hardhat ignition deploy ./ignition/modules/DisasterManagement.js", 
    3. "nodes": "npx hardhat node", 
    4. "network": "npx hardhat ignition deploy ./ignition/modules/DisasterManagement.js --network `fantomtest`" 
  },
  • 🛠️ Compile[1]
  • 🚀 Deploy[2]
  • 🖥️ Local Networks[3]
  • 🌐 Network Deployment[4]

fantomtest: change the name to what every network where you want to deploy
FTM: fanthom testnet symbol.

Releases

No releases published

Packages

No packages published