Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/christianhering/go-monero-light

Monero's (XMR) Light Wallet REST API Library Written In Go!
https://github.com/christianhering/go-monero-light

cryptocurrency go golang json-api monero monero-wallet rest-api

Last synced: about 21 hours ago
JSON representation

Monero's (XMR) Light Wallet REST API Library Written In Go!

Awesome Lists containing this project

README

        

Go-Monero-Light
===========

This repository implements Monero's (XMR) light wallet REST API in Golang.

It provides:

* A library to transact with light wallet REST servers

Table of Contents:

* [About](#about)
* [Contributing](#contributing)
* [License](#license)

About
-----

Monero is a cryptocurrency that traditionally has only supported transacting using local (or sometimes remote) wallets via their JSON RPC API. However, with Monero's new light wallet API we have the ability to securely create and view transactions using remote servers. This lowers the barrier of entry for new Monero users and allows for new applications to be made. This library implements a client for this new API.

Contributing
------------

Contributions are always welcome. If you're interested in contributing, send me an email or submit a PR.

License
-------

This project is currently licensed under the GPLv3 license. This means you may use our source for your own project, so long as it remains open source and is licensed under the GPLv3 or later.

Please refer to the [license](/LICENSE) file for more information.