Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/monero-project/mininero
A Python reimplementation of the one-time ring signatures as found in Monero
https://github.com/monero-project/mininero
Last synced: about 1 month ago
JSON representation
A Python reimplementation of the one-time ring signatures as found in Monero
- Host: GitHub
- URL: https://github.com/monero-project/mininero
- Owner: monero-project
- License: other
- Created: 2014-09-28T19:35:18.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2022-02-21T23:00:15.000Z (over 2 years ago)
- Last Synced: 2024-09-27T12:03:58.190Z (about 1 month ago)
- Language: Python
- Size: 1.89 MB
- Stars: 74
- Watchers: 12
- Forks: 41
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
MiniNero
========This repository contains code used to prototype research for the cryptocurrency Monero. Also, there will occasionally be some drafts of math research related to various experimental extensions of the protocol. This written up research is hashed into the blockchain for timestamping purposes.
For current Ring CT code in python, I have separated this out in the following repository:
https://github.com/ShenNoether/RingCT-Python
For current Ring CT code in c++, I have refactored this in the following repository:
https://github.com/ShenNoether/RingCT
#Note:
MiniNero is also the name for the suite of mobile monero wallets with [xmr.to](https://xmr.to/) integration.[MiniNero Web: React-based web-wallet and NodeJS server](https://github.com/shennoether/mininodo)
[MiniNero Universal: Windows 10 Mobile Wallet in C#](https://github.com/shennoether/MiniNeroUniversal)
[MiniNero Droid: Android Mobile Wallet in Java](https://github.com/shennoether/MiniNeroDroid)
The name "MiniNero" is chosen because these apps aim to provide a light-weight, easy-to-use Monero experience.