{"id":25390137,"url":"https://github.com/everoddandeven/everoddandeven","last_synced_at":"2026-02-11T13:33:20.126Z","repository":{"id":276035282,"uuid":"927994299","full_name":"everoddandeven/everoddandeven","owner":"everoddandeven","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-27T15:03:10.000Z","size":26,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-30T17:43:09.963Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/everoddandeven.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-02-05T22:03:31.000Z","updated_at":"2025-08-27T15:03:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"d07f9f27-9e20-43d5-983c-6b22cbf1147b","html_url":"https://github.com/everoddandeven/everoddandeven","commit_stats":null,"previous_names":["everoddandeven/everoddandeven"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/everoddandeven/everoddandeven","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/everoddandeven%2Feveroddandeven","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/everoddandeven%2Feveroddandeven/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/everoddandeven%2Feveroddandeven/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/everoddandeven%2Feveroddandeven/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/everoddandeven","download_url":"https://codeload.github.com/everoddandeven/everoddandeven/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/everoddandeven%2Feveroddandeven/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29333543,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T12:42:24.625Z","status":"ssl_error","status_checked_at":"2026-02-11T12:41:23.344Z","response_time":97,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-02-15T14:37:04.744Z","updated_at":"2026-02-11T13:33:20.108Z","avatar_url":"https://github.com/everoddandeven.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"## About Me 👽\n\n- 🌱 I am currently studying Computer Engineering at the University of Pisa, I work as a GIS software developer for an important company of the [Almawave Group](https://www.almawave.com/), and of course I am learning monero!\n\n- 📌 I have contributed to\n  - [QGIS](https://github.com/qgis/QGIS), I gave some advice on how to optimize the [loading of view-based postgres layers](https://github.com/qgis/QGIS/pull/57389).\n  - [haveno-ts](https://github.com/haveno-dex/haveno-ts), a TypeScript library for using Haveno.\n  - [monero-cpp](https://github.com/woodser/monero-cpp), a C++ library for using Monero.\n  - [monero-java](https://github.com/woodser/monero-java), a Java library for using Monero.\n  - [monero-lws](https://github.com/vtnerd/monero-lws), an open source implementation of the [Monero Light Wallet Server REST API](https://github.com/monero-project/meta/blob/master/api/lightwallet_rest.md).\n  - [Monero RCT Report](https://github.com/UkoeHB/Monero-RCT-report), Italian translation of Zero to Monero.\n\n- :bowtie: Lead mantainer of\n  - [monero-python](https://github.com/everoddandeven/monero-python), a Python library for using Monero.\n  - [monerod-gui](https://github.com/everoddandeven/monerod-gui), a Monero Node Manager for Windows, Linux and MacOS.\n  - [monero-ecwid](https://github.com/everoddandeven/monero-ecwid), a Monero Payment Gateway for ECWID Stores.\n\n- 🔭 I’m currently working on\n  - The [`monero_wallet_light.h`](https://github.com/woodser/monero-cpp/pull/73), a new [`monero_wallet.h`](https://github.com/woodser/monero-cpp-library/blob/master/src/wallet/monero_wallet.h) implementation which shares the view key with a 3rd party or self-hosted [light wallet server](https://github.com/vtnerd/monero-lws) in order to scan the blockchain for incoming transfers. I believe it could significantly improve the user experience of monero wallets and would enable the development of wallet applications with instant sync time, addressing one of the major UX challenges of monero. To achieve this, I am actively contributing to the [monero-cpp](https://github.com/woodser/monero-cpp) project.\n  - [monero-csharp](https://github.com/btcpay-monero/monero-csharp), a C# library for using Monero. This project aims to provide the same functionality offered by [monero-cpp](https://github.com/woodser/monero-cpp) through the use of C# bindings by building a C API that allows native code management via [P/Invoke](https://learn.microsoft.com/en/dotnet/standard/native-interop/pinvoke). This could enable the creation of applications in .NET enterprise environments like Windows, facilitating the development of server services and client programs using a simple yet powerful API. Furthermore, in the future, it could leverage a potential [light wallet client](https://github.com/woodser/monero-cpp/pull/73).\n\n- 👯 I’m looking to collaborate on any monero project!\n\n- 💬 Ask me about [QGIS](https://qgis.org/), [PostgreSQL](https://www.postgresql.org/), [PostGIS](https://postgis.net/), [GeoTools](https://geotools.org/), [Angular](https://angular.dev/), [Monero LWS](https://github.com/vtnerd/monero-lws), [Monero Light Wallet](https://github.com/woodser/monero-cpp/pull/73)\n\n- 📫 How to reach me:\n  -  🌀 matrix: @everoddandeven:monero.social\n  -  📨 email: everoddandeven@protonmail.com\n  -  📞 signal: @everoddandeven.01\n\n- ⚡ Fun fact: neveroddoreven is palindrome.\n\n## Donate XMR\n```\n87DSWSHxBUrZpCbgvGdtJ2L1Px3M9BPdNMqWcZHDKhqUQj37r9jgGRGDMN4GUoMqkofFQXZ1i6LbZBHdaRUdMHKYGbqCo62\n```\n\n\u003c!--\n**everoddandeven/everoddandeven** is a ✨ _special_ ✨ repository because its `README.md` (this file) appears on your GitHub profile.\n\nHere are some ideas to get you started:\n\n- 🔭 I’m currently working on ...\n- 🌱 I’m currently learning ...\n- 👯 I’m looking to collaborate on ...\n- 🤔 I’m looking for help with ...\n- 📫 How to reach me: ...\n- 😄 Pronouns: ...\n- ⚡ Fun fact: ...\n--\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feveroddandeven%2Feveroddandeven","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feveroddandeven%2Feveroddandeven","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feveroddandeven%2Feveroddandeven/lists"}