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
"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.