mirror of
https://github.com/MPCStats/zk-stats-demo.git
synced 2026-01-08 05:13:51 -05:00
initial commit for data consumer
This commit is contained in:
9
data-consumer/package.json
Normal file
9
data-consumer/package.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"name": "zkstats-data-consumer",
|
||||
"version": "0.0.1",
|
||||
"main": "index.js",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@ezkljs/engine": "^7.0.0"
|
||||
}
|
||||
}
|
||||
9
data-consumer/src/index.ts
Normal file
9
data-consumer/src/index.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
export async function verifyProof(
|
||||
proofPath: string,
|
||||
settingsPath: string,
|
||||
verificationKeyPath: string,
|
||||
srsPath: string,
|
||||
) {
|
||||
return true;
|
||||
}
|
||||
28
data-consumer/yarn.lock
Normal file
28
data-consumer/yarn.lock
Normal file
@@ -0,0 +1,28 @@
|
||||
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
|
||||
# yarn lockfile v1
|
||||
|
||||
|
||||
"@ezkljs/engine@^7.0.0":
|
||||
version "7.0.0"
|
||||
resolved "https://registry.yarnpkg.com/@ezkljs/engine/-/engine-7.0.0.tgz#89d04bfd0fb7e9c9b32293832101bcf135ba82fe"
|
||||
integrity sha512-mn1TFsNCwkpJTfTEX/YjLMCMRBvhwtnN7CGha+zLBqvM4mDelw0HmZHXsUlypnISdxBF5V8WIdb75z0WC/s+1w==
|
||||
dependencies:
|
||||
"@types/json-bigint" "^1.0.1"
|
||||
json-bigint "^1.0.0"
|
||||
|
||||
"@types/json-bigint@^1.0.1":
|
||||
version "1.0.4"
|
||||
resolved "https://registry.yarnpkg.com/@types/json-bigint/-/json-bigint-1.0.4.tgz#250d29e593375499d8ba6efaab22d094c3199ef3"
|
||||
integrity sha512-ydHooXLbOmxBbubnA7Eh+RpBzuaIiQjh8WGJYQB50JFGFrdxW7JzVlyEV7fAXw0T2sqJ1ysTneJbiyNLqZRAag==
|
||||
|
||||
bignumber.js@^9.0.0:
|
||||
version "9.1.2"
|
||||
resolved "https://registry.yarnpkg.com/bignumber.js/-/bignumber.js-9.1.2.tgz#b7c4242259c008903b13707983b5f4bbd31eda0c"
|
||||
integrity sha512-2/mKyZH9K85bzOEfhXDBFZTGd1CTs+5IHpeFQo9luiBG7hghdC851Pj2WAhb6E3R6b9tZj/XKhbg4fum+Kepug==
|
||||
|
||||
json-bigint@^1.0.0:
|
||||
version "1.0.0"
|
||||
resolved "https://registry.yarnpkg.com/json-bigint/-/json-bigint-1.0.0.tgz#ae547823ac0cad8398667f8cd9ef4730f5b01ff1"
|
||||
integrity sha512-SiPv/8VpZuWbvLSMtTDU8hEfrZWg/mH/nV/b4o0CYbSxu1UIQPLdwKOCIyLQX+VIPO5vrLX3i8qtqFyhdPSUSQ==
|
||||
dependencies:
|
||||
bignumber.js "^9.0.0"
|
||||
Reference in New Issue
Block a user