commit 7f0e3b6b5dad045109ac995b1c2f2d8ed3254535 Author: Csaba Kiraly Date: Thu Nov 17 13:49:02 2022 +0100 initial commit Signed-off-by: Csaba Kiraly diff --git a/README.md b/README.md new file mode 100644 index 0000000..92144c0 --- /dev/null +++ b/README.md @@ -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) diff --git a/package.json b/package.json new file mode 100644 index 0000000..4708634 --- /dev/null +++ b/package.json @@ -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" + } +}