-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 758 Bytes
/
Copy pathpackage.json
File metadata and controls
22 lines (22 loc) · 758 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "cambodia-sovereign-blockchain",
"version": "0.1.0",
"description": "Cambodia Sovereign Blockchain (CSB) — Avalanche L1 prototype: sovereign permissioned EVM chain with Identity Authority-issued on-chain KYC, KHR stablecoin rails, and a governed egress gateway to public blockchains.",
"private": true,
"scripts": {
"compile": "hardhat compile",
"test": "hardhat test",
"deploy:local": "hardhat run scripts/deploy.js"
},
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"hardhat": "^2.24.0",
"solc": "^0.8.24",
"@uniswap/v2-core": "1.0.1",
"@uniswap/v2-periphery": "1.1.0-beta.0",
"@aave/core-v3": "1.19.3"
},
"dependencies": {
"@openzeppelin/contracts": "^5.1.0"
}
}