mirror of
https://github.com/logos-storage/logos-storage-proofs.git
synced 2026-01-02 13:33:10 +00:00
initial commit
Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
This commit is contained in:
commit
7f0e3b6b5d
4
README.md
Normal file
4
README.md
Normal file
@ -0,0 +1,4 @@
|
||||
# codex-zk
|
||||
|
||||
[](https://opensource.org/licenses/Apache-2.0)
|
||||
[](https://opensource.org/licenses/MIT)
|
||||
17
package.json
Normal file
17
package.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"name": "codex-zk",
|
||||
"type": "module",
|
||||
"version": "0.1.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"mocha": "^10.1.0",
|
||||
"snarkjs": "^0.5.0",
|
||||
"circomlib": "^2.0.2"
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user