Skip to content
Snippets Groups Projects

Unnamed Monero Wallet development

Merged Czarek Nakamoto requested to merge mrcyjanek/ccs-proposals:master into master
1 file
+ 7
8
Compare changes
  • Side-by-side
  • Inline
@@ -3,18 +3,18 @@ layout: fr
title: xmruw - development of cross platform wallet
author: mrcyjanek
date: February 29, 2024
amount: 38.34
amount: 76.68
milestones:
- name: Milestone 1
funds: 12.78
funds: 25.56
done:
status: unfinished
- name: Milestone 2
funds: 12.78
funds: 25.56
done:
status: unfinished
- name: Milestone 3
funds: 12.78
funds: 25.56
done:
status: unfinished
payouts:
@@ -28,7 +28,7 @@ payouts:
Hello! I'm mrcyjanek and I'm currently working on the Unnamed Monero Wallet (short: xmruw) that aims to be as portable as possible and as close to `wallet2_api.h` as it is reasonably possible.
However, this project got much bigger than I initially expected and resulted in a project that is huge in size, but also has really large portability capabilities (not only the wallet but also the underlying libraries - more on that later), after fighting for a couple days with Wayland implementation on SailfishOS I (with the help from Mister_Magister and NotKit) managed to run the first cryptocurrency wallet natively on SFOS ([that is available on the app store of that os](https://openrepos.net/content/mrcyjanek/unnamed-monero-wallet-xmruw)). More details and the origin store can be found in a [blog post announcing the wallet](https://www.mrcyjanek.net/p/xmruw-monero-wallet/).
However, this project got much bigger than I initially expected and resulted in a project that is huge in size, but also has really large portability capabilities (not only the wallet but also the underlying libraries - more on that later), after fighting for a couple days with Wayland implementation on SailfishOS I (with the help from Mister_Magister and NotKit) managed to run the first cryptocurrency wallet natively on SFOS ([that is available on the app store of that os](https://openrepos.net/content/mrcyjanek/unnamed-monero-wallet-xmruw)). More details and the origin story can be found in a [blog post announcing the wallet](https://www.mrcyjanek.net/p/xmruw-monero-wallet/).
I'm developing `xmruw` with a few critical points in mind:
- There should be no database responsible for any of the monero-releated functions - so I won't accidentally do something that shouldn't be done.
@@ -86,7 +86,7 @@ This is an experiment, but I think that it is worth mentioning. I want to offer
After putting all those libraries in place I went ahead and implemented a wallet
[Website](https://xmruw.net), [Gitea](https://git.mrcyjanek.net/mrcyjanek/unnamed_monero_wallet), [GitHub](https://github.com/mrcyjanek/unnamed_monero_wallet), [Downloads](https://git.mrcyjanek.net/mrcyjanek/unnamed_monero_wallet/releases)
[Website](https://xmruw.net), [Gitea](https://git.mrcyjanek.net/mrcyjanek/unnamed_monero_wallet), [GitHub](https://github.com/mrcyjanek/unnamed_monero_wallet), [Downloads](https://download.xmruw.net/)
Features of the wallet include:
- Sending/Receiving monero
@@ -126,10 +126,9 @@ My plans are:
# Payment
I'm proposing to work for 20 hours/week for 20$/hour at a rate of ~125,14$/XMR (according to open prices between 2024-02-17 and 2024-03-01 (date of writing) via [CoinGecko](https://www.coingecko.com/en/coins/monero/historical_data)) for 12 weeks, summing up to a total of `~38.34` XMR split into 3 payments of `12.78` XMR every 4 weeks.
I'm proposing to work for 20 hours/week for `40$/hour` at a rate of `~125,14$/XMR` (according to open prices between 2024-02-17 and 2024-03-01 (date of writing) via [CoinGecko](https://www.coingecko.com/en/coins/monero/historical_data)) for 12 weeks, summing up to a total of `~76,68` XMR split into 3 payments of `25,56` XMR every 4 weeks.
At the end of each week, I'll comment a summary of what happened along the way and what tasks were done. Also, I'd love to work full-time on xmruw but this is sadly not an option for the next 3 months.
------
[^1]: The library is there, I want to clean up the compilation method of the binary first to ensure that users can easily build everything from the source.
Loading