UNPKG

@ieigen/zkzru

Version:

An implementation of [ZK-ZKRollup](https://github.com/ieigen/ZKZRU) in which the relayer **does not** publish transaction data to the main chain, but only publishes the new Merkle root at every update. This provides gas savings but not data availability g

12 lines (11 loc) 531 B
exports.prover = require("./operator/prover") exports.accountHelper = require("./src/accountHelper"); exports.treeHelper = require("./src/treeHelper"); exports.Account = require("./src/account"); exports.Transaction = require("./src/transaction"); exports.Tree = require("./src/tree"); exports.AccountTree = require("./src/accountTree"); exports.TxTree = require("./src/txTree"); exports.getCircuitInput = require("./src/circuitInput"); exports.ZKTX = require("./client/tx.js"); exports.TwistedElGamal = require("./client/tx.js");