Skip to content

Commit

Permalink
Merge pull request #725 from alysiahuggins/patch-1
Browse files Browse the repository at this point in the history
Update zkapp-cli and o1js versions required for 03-deploying-to-a-network.mdx
  • Loading branch information
barriebyron authored Nov 13, 2023
2 parents dd020ed + af2b43e commit a312732
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/zkapps/tutorials/03-deploying-to-a-network.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,16 @@ Mina zkApps are available only on feature-complete Berkeley, Mina's public Testn

## Prerequisites

This tutorial has been tested with [Mina zkApp CLI](https://github.com/o1-labs/zkapp-cli) version `0.10.0` and [SnarkyJS](https://www.npmjs.com/package/snarkyjs) `0.11.3`.
This tutorial has been tested with [zkApp CLI](https://github.com/o1-labs/zkapp-cli) version `0.15.0` and [o1js](https://www.npmjs.com/package/o1js) version `0.14.1`.

Ensure your environment meets the [Prerequisites](/zkapps/tutorials#prerequisites) for zkApp Developer Tutorials.

If you have earlier versions of the zkApp CLI and o1js installed, be sure to [Update the zkApp CLI](/zkapps/install-zkapp-cli#update-the-zkapp-cli) to the latest version:

```sh
npm update -g zkapp-cli
```

## Create a project

1. Create or change to a directory where you have write privileges.
Expand Down

2 comments on commit a312732

@vercel
Copy link

@vercel vercel bot commented on a312732 Nov 13, 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 – ./

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

@vercel
Copy link

@vercel vercel bot commented on a312732 Nov 13, 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:

07-oracles – ./examples/zkapps/07-oracles/oracle

07-oracles.vercel.app
07-oracles-git-main-minadocs.vercel.app
07-oracles-minadocs.vercel.app

Please sign in to comment.