文件名称:circuits
文件大小:105KB
文件格式:ZIP
更新时间:2024-03-28 14:41:37
TypeScript
FluiDex的电路 先决条件 nlohmann-json3-dev 鼻 测试 NODE_OPTIONS="--max_old_space_size=8192" npx ts-node ./test/test_all.ts
【文件预览】:
circuits-master
----.gitignore(52B)
----package.json(443B)
----package-lock.json(73KB)
----src()
--------withdraw.circom(5KB)
--------decode_tx.circom(3KB)
--------place_order.circom(4KB)
--------deposit_to_new.circom(4KB)
--------deposit_to_old.circom(4KB)
--------lib()
--------transfer.circom(9KB)
--------spot_trade.circom(20KB)
--------block.circom(13KB)
----LICENSE(34KB)
----tsconfig.json(216B)
----.github()
--------CODEOWNERS(27B)
--------workflows()
----.prettierignore(16B)
----tools()
--------replace_hash.sh(595B)
--------benchmark()
----README.md(159B)
----helper.ts()
--------binary_merkle_tree.ts(4KB)
--------eddsa.js(3KB)
--------hash.ts(119B)
--------rescue_constants.json(13KB)
--------state-utils.ts(2KB)
--------rescue_hash.js(2KB)
--------utils.ts(3KB)
--------account.ts(2KB)
----test()
--------tester()
--------massive.ts(4KB)
--------common.ts(26KB)
--------binary_merkle_tree.ts(4KB)
--------test_all.ts(2KB)
--------spot_trade.ts(8KB)
--------rescue.ts(2KB)
--------deposit.ts(5KB)
--------withdraw.ts(3KB)
--------interface.ts(185B)
--------transfer.ts(5KB)
--------hash_state.ts(2KB)
--------place_order.ts(4KB)
--------block.ts(6KB)
----.prettierrc(73B)