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
  • Protokit
  • Fungible Token standard
  • ZkCloudWorker

Next steps

This page contains some next step suggestions and resources for your development process.

PreviousTesting environmentNextNew to blockchain pack

Last updated 9 months ago

It seems you've finished and grasped the concepts so far. You might have some zkApp ideas that you want to implement but you see challenges which seems hard to solve. In that case, you can resort to several resources that are created by the Mina community.

Protokit is a framework that enables developers to build build zero-knowledge based, interoperable and privacy preserving application chains. Building an app-chain with protokit can help you to move out of the complexity of dealing with the problematic parts of smart contract development like off-chain storage handling and concurrency issue.

ERC-20 like fungible token standard is available on Mina. Using this standard, you can create your custom tokens on Mina depending on purpose of your project.

zkCloudWorker is an infrastructure product that enables you to build zkApps that shortens the proving time by offering a cloud computing service. Also, in that way you can use o1js in mobile devices by sending the task of computing proofs to the cloud.

Once you have an idea to build, you can apply it via website.

Protokit
Fungible Token standard
ZkCloudWorker
Navigators season 2