-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 871 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 871 Bytes
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
30
31
32
33
{
"name": "quantapool",
"version": "0.1.0",
"description": "Post-quantum liquid staking protocol for QRL Zond",
"main": "index.js",
"scripts": {
"compile": "node scripts/compile.js",
"compile:solidity": "node scripts/compile.js",
"sync:hyperion": "node scripts/sync-hyperion.js",
"compile:hyperion": "node scripts/compile-hyperion.js",
"deploy:test": "node scripts/deploy-test-token.js",
"deploy": "node scripts/deploy.js",
"deploy:hyperion": "node scripts/deploy-hyperion.js",
"test": "node scripts/test.js"
},
"keywords": [
"qrl",
"zond",
"liquid-staking",
"post-quantum",
"defi"
],
"author": "DigitalGuards",
"license": "GPL-3.0",
"dependencies": {
"@theqrl/wallet.js": "^0.1.3",
"@theqrl/web3": "^0.3.3",
"dotenv": "^17.2.3"
},
"devDependencies": {
"solc": "^0.8.20"
}
}