Skip to content

Commit

Permalink
Merge pull request #1003 from o1-labs/chore/sec-audit-tip
Browse files Browse the repository at this point in the history
Add security audit recommendations.
  • Loading branch information
shimkiv authored Jun 12, 2024
2 parents 096bd81 + 8bd6fe7 commit 712c275
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/zkapps/o1js/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ keywords:
- typescript library
---

:::info

To protect end users and ensure your zkApps are secure, consider the information at [Security and zkApps](/zkapps/writing-a-zkapp/introduction-to-zkapps/secure-zkapps) while architecting your solution and consider a third-party security audit before deploying to Mina mainnet.

:::

# Introduction to o1js

o1js is a TypeScript library for:
Expand Down
9 changes: 8 additions & 1 deletion docs/zkapps/writing-a-zkapp/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,13 @@ keywords:

:::info

The maximum number of zkApp transactions per block is currently capped at 24. This restriction will be gradually lifted after the Mainnet upgrade.
To protect end users and ensure your zkApps are secure, consider the information at [Security and zkApps](/zkapps/writing-a-zkapp/introduction-to-zkapps/secure-zkapps) while architecting your solution and consider a third-party security audit before deploying to Mina mainnet.

:::

:::info

The maximum number of zkApp transactions per block is currently capped at **24**. This restriction will be gradually lifted after the Mainnet upgrade.

:::

Expand Down Expand Up @@ -76,6 +82,7 @@ Play around with a few example zkApps to see what's possible:
</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
6 changes: 6 additions & 0 deletions docs/zkapps/zkapp-development-frameworks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ keywords:
- protokit
---

:::info

To protect end users and ensure your zkApps are secure, consider the information at [Security and zkApps](/zkapps/writing-a-zkapp/introduction-to-zkapps/secure-zkapps) while architecting your solution and consider a third-party security audit before deploying to Mina mainnet.

:::

# zkApp Development Frameworks

Developers building zkApps in the Mina ecosystem can leverage two different frameworks, each tailored to optimize different types of solutions.
Expand Down

0 comments on commit 712c275

Please sign in to comment.