mirror of
https://github.com/yi-sun/zk-attestor.git
synced 2026-01-10 14:08:14 -05:00
37 lines
1.3 KiB
JSON
37 lines
1.3 KiB
JSON
{
|
|
"name": "eth-attestor",
|
|
"version": "0.0.1",
|
|
"description": "Attestations to Ethereum data in circom",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "./build_circuits.sh",
|
|
"build:storage": "cd ./scripts/storage_proof && ./build_storage_proof.sh",
|
|
"build:address": "cd ./scripts/address_proof && ./build_address_proof.sh",
|
|
"build:eth_block_hash": "cd ./scripts/eth_block_hash && ./build_eth_block_hash.sh",
|
|
"build:tx": "cd ./scripts/tx_proof && ./build_tx_proof.sh",
|
|
"test": "NODE_OPTIONS='--max-old-space-size=56000' mocha -r ts-node/register 'test/**/*.ts'",
|
|
"test:hardhat": "hardhat test"
|
|
},
|
|
"repository": "git@github.com:yi-sun/eth-attestor.git",
|
|
"author": "Yi Sun <yi-sun@users.noreply.github.com>",
|
|
"dependencies": {
|
|
"circomlib": "^2.0.2",
|
|
"hardhat": "^2.9.2",
|
|
"snarkjs": "^0.4.15"
|
|
},
|
|
"devDependencies": {
|
|
"@nomiclabs/hardhat-ethers": "^2.0.2",
|
|
"@nomiclabs/hardhat-waffle": "^2.0.1",
|
|
"@ethersproject/keccak256": "^5.5.0",
|
|
"@types/chai": "^4.3.0",
|
|
"@types/expect": "^24.3.0",
|
|
"@types/mocha": "^9.0.0",
|
|
"chai": "^4.3.4",
|
|
"circom_tester": "0.0.9",
|
|
"mocha": "^9.1.3",
|
|
"r1csfile": "^0.0.35",
|
|
"ts-node": "^10.4.0",
|
|
"typescript": "^4.5.4"
|
|
}
|
|
}
|