/turtlecoin-v2

TurtleCoin v2 Repository

Primary LanguageC++OtherNOASSERTION

image

TurtleCoin is a fun, fast, and easy way to send money to friends and businesses

Discord GitHub All Releases GitHub contributors GitHub issues GitHub stars

This package is NOT production ready

compilation

git clone --recursive https://github.com/turtlecoin/turtlecoin-v2
cd turtlecoin-v2
mkdir build
cd build
cmake ..
make

updating submodules

git submodule update --init --recursive