Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ukstv committed Mar 13, 2024
1 parent 4b7b5ad commit fa91615
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ With that ZK program compilation takes just a few seconds.

Check out the demo at [https://skyward.run](https://skyward.run). The code for it is in [examples/example-vite](./examples/example-vite) folder.

You could see pre-cached compilation is 4-5x faster. After you refresh the page, the improvement is about 15x, which is considerable for a repeat user.
More complex ZK program you have, more the difference is.

## Installation

Add `skyward` as a dependency using `npm`, `pnpm` or `yarn`:
Expand Down
3 changes: 3 additions & 0 deletions packages/skyward/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ With that ZK program compilation takes just a few seconds.

Check out the demo at [https://skyward.run](https://skyward.run). The code for it is in [examples/example-vite](https://github.com/ukstv/skyward/tree/main/examples/example-vite) folder.

You could see pre-cached compilation is 4-5x faster. After you refresh the page, the improvement is about 15x, which is considerable for a repeat user.
More complex ZK program you have, more the difference is.

## Installation

Add `skyward` as a dependency using `npm`, `pnpm` or `yarn`:
Expand Down

0 comments on commit fa91615

Please sign in to comment.