Skip to content

goshiz/start9labs-monerod-wrapper

Repository files navigation

Wrapper for Monero Core

This project wraps Monero for EmbassyOS. is a privacy-focused cryptocurrency released in 2014. It uses an obfuscated public ledger, meaning anyone can send or broadcast transactions, but no outside observer can tell the source, amount, or destination.[1] A proof of work mechanism is used to issue new coins and incentivize miners to secure the network and validate transactions.

Contributing

We welcome contributions from all!

For non-technical contributors, please use the Issues section above to communicate your desired edits or additions.

For technical contributors, please fork this repository, make your changes according to the instructions below, and open a pull reuqest.

Adding Config Options

To add config options, include the new config options in both config_spec.yaml and assets/Monero.conf.template, adhering to the syntax and conventions of those files. To view the full list of config options, complete with descriptions and specifications, check out this site from Jameson Lopp.

Dependencies

Install the following system dependencies to build this project by following the instructions on the provided links:

Cloning

Clone the project locally. Note the submodule link to the original project(s).

git clone [email protected]:Start9Labs/Monerod-wrapper.git
cd Monerod-wrapper
git submodule update --init

Building

To build the project, run the following commands:

make

Note: some parts of the make process must be run on armv7

Installing (on Embassy)

SSH into an Embassy device. scp the .s9pk to any directory from your local machine. Run the following command to determine successful install:

appmgr install Monerod.s9pk

Integrations

Documentation guides for integrating with external applications can be found under docs/integrations.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published