twelvecash
twelvecash copied to clipboard
API for creating BOLT 12 addresses
Validate BIP21 params before adding to DNS
If I try to make the same username twice, API correctly responds with `400` and `{"message":"Name is already taken."}`. However, the frontend just has a "processing" loading spinner.
I don't think there is a source with a precise listing of BIP-353 support. We should investigate and possibly create our own list. It could live inside of the TwelveCash...
Could you add an `Access-Control-Allow-Origin` header in the responses from https://twelve.cash/api/ to allow browser requests?
Created a nym - [email protected] Linked Silent Payment address but no BOLT12 yet. Tried to login to twelve.cash but doesn't let me login unless using Nostr, no Lightning login. Not...
I cannot find the Label field in generated addresses
Username links (like this one https://twelve.cash/[email protected]) look pretty poor and default when shared to social. Let's optimize this to have better. text in the title and description field, as well...
Dev Docs
Make developer docs that are a little nicer than our current README file
Currently, our payment flow supports BOLT 11 only. We should support BOLT 12 here. I think this is where it makes sense to actually use the BOLT 12 invoice `lni...`...