docs2 icon indicating copy to clipboard operation
docs2 copied to clipboard

Docs website for the Mina Protocol.

Results 137 docs2 issues
Sort by recently updated
recently updated
newest added

Ensure all of the content in zkApp Developer Tutorials is technically accurate and complete and declared ready for the Mina hard fork Tutorials are published at https://docs.minaprotocol.com/zkapps/tutorials Doc source in...

hard fork
Epic

the minaexplorer graphQL endpoints will cease, post Berkeley upgrade (the minaexplorer block explorer will continue to operate), stakeTab will be providing public endpoints (a REST API, not graphQL) MF is...

hard fork

![image](https://github.com/o1-labs/docs2/assets/66903336/cb4eb5a1-ee54-4470-bd2e-d4d2c8bb69c9) example of output ```ts const res = await fetchEvents({ publicKey: appId }); console.log(res[1].events); ``` contract events ordered by me as a developer: ```ts events = { 'updated-merkle-root': Field, 'updated-fee':...

Add verification key info from [Verification Key Permissions RFC](https://github.com/MinaProtocol/mina/blob/9577ad689a8e4d4f97e1d0fc3d26e20219f4abd1/rfcs/0051-verification-key-permissions.md) to https://docs.minaprotocol.com/zkapps/o1js/permissions#default-permissions the default permission is derived from the protocol version: ``` let protocol_versions = let open Protocol_version in `Assoc [...

I want to create Mina testnet node on cloud and which Ubuntu and Mina version should I use. For testnet it tells me to use Ubuntu: 18.04 LTS and Mina...

This was a recent example from discord: https://discord.com/channels/484437221055922177/1221916531181752420/1221916531181752420 It contains a "failed attempt" at implementing `array.includes()` in a circuit which I find very educational. I think collecting this and similar...

Based on Gareth's [Tweet](https://twitter.com/_garethtdavies/status/1685423035799711744?s=20) and explanation post July 30, 2023 [Deprecating a Mina Blockchain Explorer](https://garethtdavies.medium.com/deprecating-a-mina-blockchain-explorer-6787176e8024), doc updates for hard fork are required Instead of linking to the deprecated Mina Explorer,...

docs