docs2
docs2 copied to clipboard
Docs website for the Mina Protocol.
After I moved Tutorial 9 examples from a private repo to the /docs2 repo in https://github.com/o1-labs/docs2/pull/621 we noticed that we still needed to rebrand snarkyjs > o1js in the example...
Gm, I am trying to understand how to get a value back from a contract ```ts const txn = await Mina.transaction(deployerAddress, () => { contract.balanceOf(deployerAddress); }); await txn.prove(); await txn.sign([deployerAccount]).send();...
We have received a lot of feedback regarding the fact that an over familiarity with TypeScript can lead developers into common pitfalls due their expectation of o1js to function like...
[Tutorial 6](https://docs.minaprotocol.com/zkapps/tutorials/offchain-storage): - The code for the tutorial comes with a different project structure which the tutorial does not refer to. Also in the `06-offchain-storage` folder, there is `ui/pages` directory...
Hi everyone, I've just set up a Mina archive node and I couldn't find any documentation on importing the daily dump before starting the synchronization, to have a complete archive...
Various failure types are recorded [here](https://github.com/MinaProtocol/docs/blob/main/pages/en/node-operators/transaction-failures.mdx) and should be made visible on Mina docs.
# Description Previously, we hosted our documentation and other projects on Netlify. However, we have transitioned everything to Vercel. Despite the move, we continue to incur charges for Netlify-related services,...
The docs [CONTRIBUTING.md](https://github.com/o1-labs/docs2/blob/main/CONTRIBUTING.md) file is the first welcome sign in our docs repository. We can roll out a warm welcome and thank our docs contributors by adding visibility to their...
So that we can link it up in the zkApp docs as one of the examples. The smart contract code already exists via `zk example sudoku`.