Xmr is an implementation of the Monero cryptocurrency. It aims to be a full Monero node with wallet functionality.
This is a work in progress that is not yet functional
Xmr is built with the Cargo package manager. First, ensure you have the
latest stable Rust version (it hasn't been tested with older Rust versions).
Then run this in the xmr repository folder:
cargo buildThis will create the dxmr binary in the target/debug directory.
To build the binary optimized for release:
cargo build --releaseSome parts of the code are GPLv3 due to them being base on the parity-bitcoin code.
However the code that isn't related to the parity-bitcoin code is licensed under
the MIT or Apache 2.0 at your option.
