Skip to content

Commit

Permalink
Merge pull request #1001 from o1-labs/feature/disable-zkapps-example-…
Browse files Browse the repository at this point in the history
…section
  • Loading branch information
ymekuria authored Jun 8, 2024
2 parents 8c7476b + e0b9886 commit 096bd81
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/zkapps/writing-a-zkapp/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ zkApps are written in [TypeScript](https://www.typescriptlang.org/).

TypeScript provides an easy, familiar language (JavaScript), but with type safety, making it easy to get started writing zkApps. If you're new to using TypeScript, check out this helpful 12-min introductory video [TypeScript - The Basics](https://www.youtube.com/watch?v=ahCwqrYpIuM).

To learn more, see [How to Write a zkApp](/zkapps/writing-a-zkapp/introduction-to-zkapps/how-to-write-a-zkapp).

<!---
### Examples of zkApps

Play around with a few example zkApps to see what's possible:
Expand All @@ -76,7 +75,7 @@ Play around with a few example zkApps to see what's possible:
secret without revealing it to anyone.
</figcaption>
</figure>

--->
### Learn more

To learn more about developing zkApps, see [how zkApps work](/zkapps/writing-a-zkapp/introduction-to-zkapps/how-zkapps-work), [how to write a zkApp](/zkapps/writing-a-zkapp/introduction-to-zkapps/how-to-write-a-zkapp) and [zkApps for Ethereum Developers](/zkapps/advanced/zkapps-for-ethereum-developers).
Expand Down

0 comments on commit 096bd81

Please sign in to comment.