Skip to content

Commit

Permalink
Merge pull request #629 from o1-labs/fix-versions-oracles
Browse files Browse the repository at this point in the history
fix: Tutorial 8: Custom Tokens version tested with
  • Loading branch information
barriebyron authored Oct 9, 2023
2 parents bc90605 + 1dc02d8 commit 5381678
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions docs/zkapps/tutorials/08-custom-tokens.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ zkApp programmability is not yet available on the Mina Mainnet. You can get star

:::

:::note

This tutorial was last tested with [SnarkyJS](https://www.npmjs.com/package/snarkyjs) 0.8.0.

:::

# Tutorial 8: Custom Tokens

In this tutorial, you learn to create custom tokens.
Expand Down Expand Up @@ -55,8 +49,8 @@ For reference, a more extensive example, including all the ways to interact with

This tutorial has been tested with:

- [Mina zkApp CLI](https://github.com/o1-labs/zkapp-cli) version 0.13.1
- [o1js](https://www.npmjs.com/package/o1js) version 0.13.1
- [Mina zkApp CLI](https://github.com/o1-labs/zkapp-cli) version 0.13.0
- [o1js](https://www.npmjs.com/package/o1js) version 0.13.0

## Basic Token Example

Expand Down

2 comments on commit 5381678

@vercel
Copy link

@vercel vercel bot commented on 5381678 Oct 9, 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

@vercel
Copy link

@vercel vercel bot commented on 5381678 Oct 9, 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-git-main-minadocs.vercel.app
07-oracles-minadocs.vercel.app
07-oracles.vercel.app

Please sign in to comment.