Skip to content

Commit

Permalink
chore: add execution instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
iluxonchik committed Dec 2, 2023
1 parent f6c7e4b commit 47e3706
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,21 @@
# Mina zkApp: Recursive Zksnarks Calculator
# Calculator Implemented Using Recursive zkSNARKs

This template uses TypeScript.
This repository contains a recursive implementation of a calculator using recusrsive zkSNARKs. This Zero-Knowledge Application is implemented
using O1JS, which is the Zero-Knowledge circuit framework used to develop applications on the Mina Blockchain.

## How to build
This blog post is an accopanying resource my blog post titled "Recursive zkSNARK Proof as a Private Input - What Is Visible?". The blog post can be found at
[> illya.sh/blog/recursive-zksnark-proof-as-a-private-input-what-is-visible](https://illya.sh/blog/recursive-zksnark-proof-as-a-private-input-what-is-visible).

```sh
npm run build
```

## How to run tests
## How to build

```sh
npm run test
npm run testw # watch mode
npm run build/src/Calculator.ts
```

## How to run coverage
## How to run

```sh
npm run coverage
node run build/Calculator.ts
```

## License
Expand Down

0 comments on commit 47e3706

Please sign in to comment.