twelvecash
twelvecash copied to clipboard
API for creating BOLT 12 addresses
Social share data like `og:image`, `description`, `twitter:title`, etc.
First off, great website! Was testing a bit today and tried to create a payment code with a Bolt12 offer and silent payment address, but after > 1 hr it...
Ability to update the offer, which requires a way to authenticate the user. Probably rely on a signed message from the lightning node/wallet. A message is signed when username is...
For security. Stuff that could be room for social engineering abuse, collision, or confusion. E.g., prohibit stuff like: - admin - administrator - info - information - twelvecash - account...
The hardcoding is unwieldy
Previously, I was able to create bip353s with our staging domain as defined in env file. In my .env.local I have `DOMAINS={"12cash.dev": "123...xyz"}` However, the payload comes out likethis. Notice...
Add support (and pricing) for usernames less than 4 characters. - 1 Characters - 2 Characters - 3 Characters
Shouldn't have this as an option in the code anymore. They don't support DNSSEC, so they are not a valid way to implement BIP-353.
Cased variations should be considered duplicates. Need to do a lower case comparison. i.e. satoshi vs Satoshi vs SAToshi