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.
