initial commit

Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
This commit is contained in:
Csaba Kiraly 2022-11-17 13:49:02 +01:00
commit 7f0e3b6b5d
No known key found for this signature in database
GPG Key ID: 0FE274EE8C95166E
2 changed files with 21 additions and 0 deletions

4
README.md Normal file
View File

@ -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)

17
package.json Normal file
View 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"
}
}