Skip to content

Commit

Permalink
Merge pull request #505 from drea-rodriguez/patch-3
Browse files Browse the repository at this point in the history
Update 03-deploying-to-a-network.mdx
  • Loading branch information
barriebyron authored Jul 18, 2023
2 parents a226112 + 2076cfc commit 7dbe2c0
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/zkapps/tutorials/03-deploying-to-a-network.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ keywords:
- mina testnet
---

import ResponsiveVideo from '@site/src/components/common/ResponsiveVideo';

:::info

zkApp programmability is not yet available on the Mina Mainnet. You can get started now by deploying zkApps to the Berkeley Testnet.
Expand All @@ -28,7 +30,7 @@ In previous tutorials, you learned how to deploy and run transactions on a local

In this tutorial, you use the `zk config` command to create a deploy alias, request tMINA funds to pay for transaction fees, and deploy a project to a live network.

Mina zkApps are available only on feature-complete Berkeley, Mina's public Testnet. This tutorial reuses the `Square` contract that you created in [Tutorial 1: Hello World](hello-world).
Mina zkApps are available only on feature-complete Berkeley, Mina's public Testnet. This tutorial reuses the `Square` contract that you created in [Tutorial 1: Hello World](hello-world).

## Prerequisites

Expand Down Expand Up @@ -289,6 +291,14 @@ When you change the smart contract code, the associated verification key also ch
For a typical smart contract, permissions are set to allow only proof authorization: the proof in zero knowledge proof. You learn more about setting permissions in a later tutorial.
## Video
Watch this tutorial for a step-by-step guide and extra explanations on how to deploy a zkApp.
<ResponsiveVideo src="https://www.youtube.com/embed/Sj9lTmgjDXY" />
The video is provided for educational purposes and uses earlier versions of the zkApp CLI and SnarkyJS, so there are some differences. This tutorial is tested with a specific version of the zkApp CLI and SnarkyJS.
## Conclusion
Congratulations! You have successfully deployed a smart contract to a live network.
Expand Down

1 comment on commit 7dbe2c0

@vercel
Copy link

@vercel vercel bot commented on 7dbe2c0 Jul 18, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs2 – ./

docs.minaprotocol.com
docs2-minadocs.vercel.app
docs2-git-main-minadocs.vercel.app

Please sign in to comment.