#[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.


#[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.


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{})