Skip to content

Latest commit

 

History

History
47 lines (41 loc) · 1.06 KB

README.md

File metadata and controls

47 lines (41 loc) · 1.06 KB

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.