Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

removing references to broken links #844

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,6 @@ test-website-build :
publish-website : website
./scripts/publish-website.sh

examples :
dune exec ./examples/election/election_main.exe
dune exec ./examples/merkle_update/merkle_update.exe
# tutorial.exe intentionally is unimplemented, but it should still compile
dune build ./examples/tutorial/tutorial.exe

examples-gpu :
dune exec ./examples/election_gpu/election_main.exe

reformat:
dune build @./fmt; dune promote

Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ opam pin add [email protected]:o1-labs/snarky.git
```
and answering yes to the prompts.

The best place to get started learning how to use the library are the annotated examples.
- [Election](examples/election/election_main.ml): shows how to use Snarky to verify an election was run honestly.
- [Merkle update](examples/merkle_update/merkle_update.ml): a simple example updating a Merkle tree.

## Design

The intention of this library is to allow writing snarks by writing what look
Expand Down
4 changes: 0 additions & 4 deletions website/docs/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ opam pin add [email protected]:o1-labs/snarky.git
```
and answering yes to the prompts.

The best place to get started learning how to use the library are the annotated examples.
- [Election](examples/election/election_main.ml): shows how to use Snarky to verify an election was run honestly.
- [Merkle update](examples/merkle_update/merkle_update.ml): a simple example updating a Merkle tree.

## Design

The intention of this library is to allow writing snarks by writing what look
Expand Down
9 changes: 0 additions & 9 deletions website/docs/try-it-out.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,3 @@ project directory, run
```sh
dune exec src/try_me.exe
```

## Tutorials and examples

We believe a great way to learn is by doing! You can find our tutorial [on
GitHub](https://github.com/o1-labs/snarky/blob/master/examples/tutorial), as
well as
[some](https://github.com/o1-labs/snarky/tree/master/examples/merkle_update)
[examples](https://github.com/o1-labs/snarky/tree/master/examples/election) to
try out.
Loading