Mina Developer Book
  • What is this book about?
  • Module 1
    • Introduction
    • Why ZK?
    • Mathematics of Zero-Knowledge Proofs
    • OPTIONAL: Advanced Resources
  • Module 2
    • zkFibonacci
    • Mina Protocol
    • o1js
      • SmartContract
      • ZkProgram
      • AccountUpdate
      • Merkle Tree
    • End-to-End zkApp development
      • Mastermind introduction
      • Building the zkApp
      • Testing environment
  • Next steps
  • New to blockchain pack
Powered by GitBook
On this page
  1. Module 2

End-to-End zkApp development

This page is dedicated for showing you the path of development for an end-to-end zkApp development.

PreviousMerkle TreeNextMastermind introduction

Last updated 9 months ago

So far, you've leearned fundamentals of o1js and might feel like you can build Now its time to show you the path of development. Now its time to see how an end-to-end zkApp (a zk game in this tutorial) is developed. First of all, huge thanks for for building this introductory github page for anyone who wants to learn o1js.

Lets start.

Shigoto-dev19