initial commit
Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
This commit is contained in:
commit
7f0e3b6b5d
|
@ -0,0 +1,4 @@
|
|||
# codex-zk
|
||||
|
||||
[![License: Apache](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
|
||||
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
|
|
@ -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…
Reference in New Issue