Project web site: FMONEX
Current version: 1.1 (GitHub link)
Open-source, tor-based, peer-to-peer trading platform. The best way to trade goods & services worldwide, completely anonymously.
FreeMarket OneX is the full node for FreeMarket OneX network. It is developed in C#, using the .NET Core platform.
.NET Core is an open source cross platform framework and enables the development of applications and services on Windows, macOS and Linux.
Join our community on Discord, Telegram, Twitter, ...
.NET Core is required to build and run the node software. The installation and setup notes below have been tested on Ubuntu 20.04+. There is a convenience wrapper around most processes is provided to make setup quick.
Follow full installation process at https://github.com/XRCPlatform/xrhodiumnode/wiki.
- Clone the repository:
git clone -b https://github.com/XRCPlatform/fmonex
cd fmonex
git submodule update --init --recursive
The master branch is bleeding-edge. Use this at your own risk.
-
Install .NET Core (dotnet-sdk-3.1). Follow instructions here: https://docs.microsoft.com/en-us/dotnet/core/install/linux.
-
Run It
cd FreeMarketApp
dotnet restore
dotnet build
dotnet run
Documentation is available at https://github.com/XRCPlatform/fmonex/wiki.
See LICENSE for details.