Aere Network public source. Everything here can be checked against the live chain (chain id 2800, https://rpc.aere.network). Scope note, stated up front rather than buried: consensus on chain 2800 is classical secp256k1 ECDSA QBFT. The post-quantum work in this repository is at the signature, precompile, account and transport layers. Nothing here makes the consensus post-quantum, and no document in it should be read as claiming so.
17 lines
388 B
JSON
17 lines
388 B
JSON
{
|
|
"name": "aere-contracts",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@noble/post-quantum": "^0.6.1",
|
|
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
|
|
"@openzeppelin/contracts": "^4.9.3",
|
|
"dotenv": "^16.4.5",
|
|
"hardhat": "^2.22.10"
|
|
},
|
|
"dependencies": {
|
|
"@account-abstraction/contracts": "^0.7.0",
|
|
"@hyperlane-xyz/core": "^5.4.0"
|
|
}
|
|
}
|