#[1] , i have tested nostr-wallet-connect and Amethyst, and it works. Although, i found a bug in Amethyst when i set wallet connect pubkey in npub format then Amethyst will crash. But, if i set public key in hex format then it will be fine.

Reply to this note

Please Login to reply.

Discussion

Nice! That's definitely a bug. Will fix soon

Thank you Vitor 🙏

Awesome, great that you got it working!

Thank you. It's only possible because of your great works together with #[6] to make nostr-wallet-connect implementation 🙏

Maybe only a bit suggestion for the future, can you provide alternative of Postgres in ENV variable like using Sqlite as it will give more portability option? Currently, have to replace the code manually from Postgres to Sqlite in main.go

db, err := gorm.Open(sqlite.Open("wc.db"), &gorm.Config{})

Yes, Sqlite will be the default for self hosting

Great, thank you..

What does it use a database for?

Good question. It uses this to store an app-specific key to share with the nostr client that you can revoke.