the wallet that will make your sats disappear https://magicwallet.lol
Go to file
ekzyis 75955f5f84 load .env, init db & lnd, render context
* more scaffolding code from delphi.market
* we now read environment from .env
* we now try to init db and lnd but in a non-blocking way
* we now set "render context" to have access to environment during template render
* frontend can now read commit from HTML attribute
2024-10-26 05:59:37 +02:00
db load .env, init db & lnd, render context 2024-10-26 05:59:37 +02:00
env load .env, init db & lnd, render context 2024-10-26 05:59:37 +02:00
fonts Run echo server 2024-10-25 03:57:02 +02:00
lib Run echo server 2024-10-25 03:57:02 +02:00
lightning load .env, init db & lnd, render context 2024-10-26 05:59:37 +02:00
pages load .env, init db & lnd, render context 2024-10-26 05:59:37 +02:00
public load .env, init db & lnd, render context 2024-10-26 05:59:37 +02:00
server load .env, init db & lnd, render context 2024-10-26 05:59:37 +02:00
.env.sample load .env, init db & lnd, render context 2024-10-26 05:59:37 +02:00
.gitignore Add hot reload 2024-10-26 03:57:35 +02:00
Makefile Add hot reload 2024-10-26 03:57:35 +02:00
README.md Let it be hermes 2024-10-26 03:57:06 +02:00
go.mod load .env, init db & lnd, render context 2024-10-26 05:59:37 +02:00
go.sum load .env, init db & lnd, render context 2024-10-26 05:59:37 +02:00
hotreload.sh load .env, init db & lnd, render context 2024-10-26 05:59:37 +02:00
main.go load .env, init db & lnd, render context 2024-10-26 05:59:37 +02:00
shell.nix Let it be hermes 2024-10-26 03:57:06 +02:00
tailwind.config.js Let it be hermes 2024-10-26 03:57:06 +02:00

README.md

hermes

.__
|  |__   ___________  _____   ____   ______
|  |  \_/ __ \_  __ \/     \_/ __ \ /  ___/
|   Y  \  ___/|  | \/  Y Y  \  ___/ \___ \
|___|  /\___  >__|  |__|_|  /\___  >____  >
     \/     \/....wallet....\/     \/     \/

Not the wallet you need, but the wallet you deserve.

Development

See Makefile.