MINA NODE SETUP

Setup Mina Archive node for Testworld.

1. Clone repository:

git clone https://github.com/Staketab/mina-testworld-archive.git
cd mina-testworld-archive

2. Generate LIB_P2P and UPTIME Keystores

make setup

Carefully fill in any missing fields in the .env variables file

3. Start

Run this command to start the node:

make ar

Stop the nodes:

make ar-down

Additional commands:

Check logs

make logs

Check node status

make status