initial commit
Showing
.env.example
0 → 100755
Dockerfile
0 → 100644
README.md
0 → 100755
circuits/recursion.json
0 → 100755
circuits/tx.json
0 → 100755
contracts/state.json
0 → 100755
contracts/ultraverifier.json
0 → 100755
crs/g1.dat
0 → 100644
File added
crs/g2.dat
0 → 100644
crs/size
0 → 100644
index.js
0 → 100755
keys/tx_vk.json
0 → 100755
lib/utils/MerkleTree.js
0 → 100755
lib/utils/batchBuilder.js
0 → 100755
lib/utils/interfaces.js
0 → 100755
lib/utils/rover.js
0 → 100755
modules/momiji.js
0 → 100755
package-lock.json
0 → 100644
package.json
0 → 100644
{ | ||
"name": "momiji-node", | ||
"version": "0.1.3", | ||
"description": "This node listens for Momiji transaction events sent to the state contract and rolls them up into a batch to be published on chain", | ||
"main": "index.js", | ||
"keywords": [], | ||
"author": "Offshift Team", | ||
"license": "MIT", | ||
"scripts": { | ||
"start": "node index.js" | ||
}, | ||
"devDependencies": { | ||
"dotenv": "^16.3.1" | ||
}, | ||
"dependencies": { | ||
"@noir-lang/backend_barretenberg": "0.19.2", | ||
"@noir-lang/noir_js": "0.19.2", | ||
"ethers": "^6.8.1", | ||
"reflect-metadata": "^0.1.14" | ||
} | ||
} |
Please register or sign in to comment