Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Tutorial 8: Custom Tokens version tested with #629

Merged
merged 1 commit into from
Oct 9, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading