diff --git a/docs/zkapps/o1js/index.mdx b/docs/zkapps/o1js/index.mdx index cb60398e1..573a20a25 100644 --- a/docs/zkapps/o1js/index.mdx +++ b/docs/zkapps/o1js/index.mdx @@ -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: diff --git a/docs/zkapps/writing-a-zkapp/index.mdx b/docs/zkapps/writing-a-zkapp/index.mdx index 745c37528..8868717b2 100644 --- a/docs/zkapps/writing-a-zkapp/index.mdx +++ b/docs/zkapps/writing-a-zkapp/index.mdx @@ -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. ::: @@ -76,6 +82,7 @@ Play around with a few example zkApps to see what's possible: ---> + ### 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). diff --git a/docs/zkapps/zkapp-development-frameworks.mdx b/docs/zkapps/zkapp-development-frameworks.mdx index 7d1470fe9..63939484f 100644 --- a/docs/zkapps/zkapp-development-frameworks.mdx +++ b/docs/zkapps/zkapp-development-frameworks.mdx @@ -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.