-
Notifications
You must be signed in to change notification settings - Fork 409
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: updated README.md with playground link
- Loading branch information
Showing
1 changed file
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,7 @@ src="logo_new.png"> | |
## Useful Links | ||
|
||
* [`gnark` User Documentation] | ||
* [`gnark` Playground] | ||
* [`gnark` Issues] | ||
* [`gnark` Benchmarks](https://docs.gnark.consensys.net/en/latest/#gnark-is-fast) | ||
|
||
|
@@ -30,6 +31,8 @@ You can also get in touch directly: [email protected] | |
|
||
To get started with `gnark` and write your first circuit, follow [these instructions][`gnark` User Documentation]. | ||
|
||
Checkout the [online playground][`gnark` Playground] to compile circuits and visualize constraint systems. | ||
|
||
|
||
## Release Notes | ||
|
||
|
@@ -136,6 +139,7 @@ This project is licensed under the Apache 2 License - see the [LICENSE](LICENSE) | |
|
||
|
||
[`gnark` Issues]: https://github.com/consensys/gnark/issues | ||
[`gnark` Playground]: https://play.gnark.io | ||
[`gnark` User Documentation]: https://docs.gnark.consensys.net/en/latest/ | ||
[GitHub discussions]: https://github.com/ConsenSys/gnark/discussions | ||
[Proving schemes and curves]: https://docs.gnark.consensys.net/en/latest/Concepts/schemes_curves/ |