-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
23 lines (23 loc) · 937 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "crowdy",
"version": "2.0.0",
"description": "Crowd funding project. built with solidity and HardHat",
"main": "index.js",
"scripts": {
"deploy-local": "npx hardhat --network localhost run scripts/deploy.js",
"deploy-mumbai": "npx hardhat --network mumbai run scripts/deploy.js",
"deploy-sepolia": "npx hardhat --network sepolia run scripts/deploy.js",
"verify-mumbai": "npx hardhat verify --network mumbai --contract contracts/CrowdFunding.sol:CrowdFunding 0x00000000000000000",
"verify-sepolia": "npx hardhat verify --network sepolia --contract contracts/CrowdFunding.sol:CrowdFunding 0x00000000000000000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/akashvaghela09/crowdy.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/akashvaghela09/crowdy/issues"
},
"homepage": "https://github.com/akashvaghela09/crowdy#readme"
}