this post was submitted on 04 Nov 2023
14 points (79.2% liked)

Monero

1528 readers
35 users here now

This is the lemmy community of Monero (XMR), a secure, private, untraceable currency that is open-source and freely available to all.

GitHub

StackExchange

Twitter

Wallets

Desktop (CLI, GUI)

Desktop (Feather)

Mac & Linux (Cake Wallet)

Web (MyMonero)

Android (Monerujo)

Android (MyMonero)

Android (Cake Wallet) / (Monero.com)

Android (Stack Wallet)

iOS (MyMonero)

iOS (Cake Wallet) / (Monero.com)

iOS (Stack Wallet)

iOS (Edge Wallet)

Instance tags for discoverability:

Monero, XMR, crypto, cryptocurrency

founded 1 year ago
MODERATORS
 

This is a project I did for fun last weekend. I wanted to play with Monero RPC, and I wanted to create a simple website which uses it under the hood, so I ended up making Monero Wall.

Anyone can send a message to the Monero Wall using Monero, just by sending a transaction with any amount to the Monero Wall's wallet address.

I thought it could be fun to leave a message and come back years later, pondering, "There's my message, left in 2023 for a mere 0.001 XMR!". Or just send something random, I don't know. :D

The project is free and open-source (https://codeberg.org/orenom/monero-wall). I tried to make the code so that if anyone wanted to set up their own Monero Wall, they could do it easily.

My goal was to make the website extremely simple and minimalistic. From a technical standpoint, the website doesn't use any JavaScript or cookies. It's designed to reach users with a single HTTP request, with the response being only a few kilobytes (transferred size).

Have a great weekend!

top 2 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 7 points 9 months ago

That's a very cool project!

[โ€“] [email protected] 2 points 9 months ago

Nice project