Skip to content
Snippets Groups Projects

Monero Signer Resurrection: Reviving and Enhancing the Monero Signing Project

+ 14
10
@@ -42,7 +42,8 @@ I will complete all the work myself, as I prefer to move quickly, keep things st
### Monero Signer
- [ ] Wallet generation by dice rolls
- [ ] Wallet generation by device entropy
- [ ] Wallet import with seed words
- [ ] Full Polyseed support
- [ ] Wallet import with seed words (Monero/Polyseed)
- [ ] Wallet import with QR code
- [ ] Wallet export via Seed/hex/QR code
- [ ] View key only wallet export
@@ -72,13 +73,15 @@ I will complete all the work myself, as I prefer to move quickly, keep things st
I want to express that I will try to minimize the need for documentation by making the process easier to build and use. Nobody wants to read a book to get something done.
### PortableMoneroQR:
- [ ] Well-defined data protocol
- [ ] Targeting low-end cameras and screens
- [ ] Targeting high speed
- [ ] Application agnostic
- [ ] Library Python
- [ ] Library Java/Kotlin
### ~~PortableMoneroQR:~~ dropped in favor of UR's
- [ ] ~~Well-defined data protocol~~
- [ ] ~~Targeting low-end cameras and screens~~
- [ ] ~~Targeting high speed~~
- [ ] ~~Application agnostic~~
- [ ] ~~Library Python~~
- [ ] ~~Library Java/Kotlin~~
There is no need for that, I was not aware of Blockchain Commons’ Uniform Resources (URs), but that is the way to go. Sending and receiving data will be implemented using URs.
## Milestones and Timeline
### Monero Signer basics on emulator (5.38 XMR) (10 days from now)
@@ -91,7 +94,8 @@ I want to express that I will try to minimize the need for documentation by maki
### Monero Signer working with companion Application (5 XMR) (25 days from now)
- Monero signer companion Application finished
- All missing Monero signer functionality
- PortableMoneroQR stable
- ~~PortableMoneroQR stable~~
- UR's implemented
### Cleanup and production ready (35 XMR) (45 days from now)
- Tools
@@ -99,7 +103,7 @@ I want to express that I will try to minimize the need for documentation by maki
- Documentation final version
- Final cleanup Monero Signer
- Final cleanup companion Application
- Final cleanup PortableMoneroQR
- ~~Final cleanup PortableMoneroQR~~
### Monero-GUI integration (10 XMR) (60 days from now from, until PR)
- Fork
Loading