Micro Node Setup and Installation
This guide provides a step-by-step walkthrough of how to set up and install the Micro Node client.
Step 1: Install Docker
Follow the official Docker installation guide for your operating system.
Step 2: Download the Node Client
docker pull noderr/micro-node:latest
Step 3: Run the Node Client
docker run -d --name noderr-micro-node -e WALLET_PRIVATE_KEY=YOUR_PRIVATE_KEY noderr/micro-node:latest
Replace YOUR_PRIVATE_KEY with the private key of your wallet.