forked from juftfi/NFAClaw
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 1.01 KB
/
package.json
File metadata and controls
29 lines (29 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "flap-nfa-mint",
"version": "0.1.0",
"private": true,
"description": "Flap NFA mining DApp monorepo (contracts + scripts + backend + frontend)",
"scripts": {
"compile": "hardhat compile",
"test": "hardhat test",
"clean": "hardhat clean",
"deploy:contracts": "hardhat run scripts/deploy-contracts.js --network bsctestnet",
"deploy:adapter": "hardhat run scripts/deploy-adapter.js --network bsctestnet",
"launch:token": "hardhat run scripts/launch-token.js --network bsctestnet",
"setup:post-launch": "hardhat run scripts/setup.js --network bsctestnet",
"find:salt": "node scripts/find-salt.js",
"upload:meta": "node scripts/upload-meta.js",
"ipfs:hashlips": "node scripts/hashlips-pinata-flow.js"
},
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"dotenv": "^16.4.5",
"hardhat": "^2.24.3"
},
"dependencies": {
"@openzeppelin/contracts": "^4.9.6",
"axios": "^1.8.2",
"ethers": "^6.13.5",
"form-data": "^4.0.2"
}
}