Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 1 month ago
JSON representation
Monero's (XMR) Light Wallet REST API Library Written In Go!
- Host: GitHub
- URL: https://github.com/christianhering/go-monero-light
- Owner: ChristianHering
- License: gpl-3.0
- Created: 2024-08-14T17:03:41.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-08-26T06:23:32.000Z (5 months ago)
- Last Synced: 2024-11-02T00:42:18.070Z (3 months ago)
- Topics: cryptocurrency, go, golang, json-api, monero, monero-wallet, rest-api
- Language: Go
- Homepage: https://github.com/monero-project/meta/blob/master/api/lightwallet_rest.md
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.