From aaf13c7d67900620ccb9536f0a34404b815b843c Mon Sep 17 00:00:00 2001 From: Barrie Byron Date: Mon, 4 Mar 2024 14:00:56 -0500 Subject: [PATCH] add link to o1js reference page in style guide --- README-dev.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README-dev.md b/README-dev.md index 1839d130e3..129a81bb9d 100644 --- a/README-dev.md +++ b/README-dev.md @@ -7,6 +7,8 @@ o1js is a TypeScript framework designed for zk-SNARKs and zkApps on the Mina blo For more information on our development process and how to contribute, see [CONTRIBUTING.md](https://github.com/o1-labs/o1js/blob/main/CONTRIBUTING.md). This document is meant to guide you through building o1js from source and understanding the development workflow. +It is a manual step to build the [o1js Reference docs](https://docs.minaprotocol.com/zkapps/o1js-reference). See [o1js Reference](https://github.com/o1-labs/docs2/wiki/o1js-Reference) in the docs wiki style guide. + ## Prerequisites Before starting, ensure you have the following tools installed: