UQDA NETWORK

DEVELOPERS
// GETTING STARTED

Uqda is written in Go. All of our source code is available on GitHub. The codebase is fairly small and easy to navigate.

We welcome contributions, either in the form of Pull Requests or Issues. As this is a largely hobbyist project at this stage, it may take some time for us to get around to reviewing PRs/issues.

// PLATFORMS

Uqda has been tested on a number of platforms (including Linux, Windows, macOS, FreeBSD, OpenBSD). There are also packages available for a number of distributions/platforms.

// BUILDING FROM SOURCE

Prerequisites:

git clone https://github.com/Uqda/Core.git
cd Core
./build
// CONTRIBUTING

See CONTRIBUTING.md for guidelines on how to contribute to the project.

// RESOURCES