NetCoin Downloadinstall, verify, and run NetCoin locally

Download and run NetCoin.

Use GitHub for source code, releases, checksums, and beginner instructions for macOS, Windows, and Linux.

Recommended quick start

git clone https://github.com/netcoin-crl/netcoin.git
cd netcoin
python3 -m venv .venv
source .venv/bin/activate
pip install -e .
python -m netcoin web

macOS

Use Terminal with Python 3 and Git. See INSTRUCTIONS.md for exact steps.

Windows

Use PowerShell. The instructions include virtual environment activation for Windows.

Linux

Use your shell, install Python/Git through your package manager, then run the same NetCoin commands.

Verify releases

Use checksums and signatures when release artifacts are available.