Mina Protocol
Mina is a layer-1 blockchain with a 22KB blockchain & zero knowledge smart contracts (“zkApps”) written in TypeScript.
Resources
Hardware requirements
CPU
RAM
Storage
Network
OS
Installation 💾
Generating a Key Pair
echo "deb [trusted=yes] http://packages.o1test.net $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/mina.list
sudo apt-get update
sudo apt-get install -y mina-mainnet=3.0.2-4aac388Generate your keys
Validate your private key
Block Producer Getting Started
If you are using UFW, allow these permissions
Connect to the Mina Network
High-Level Overview
Start a standalone mina node
Stop the standlone node
Start a mina node with auto-restart flows using systemd
Create and customize the .mina-env
Check your connectivity
Last updated