tgerboui / nona-lib

TypeScript library to simplify interactions with the Nano currency node.
MIT License
6 stars 1 forks source link

Switch to .well-known for username resolution #11

Open luxbe opened 2 months ago

luxbe commented 2 months ago

The integration of the Nano Name Service, currently uses the RPC account_key call to rpc.nano.to to resolve Nano usernames, because the implementation introduced fewer new classes and concepts. However, Names could be resolved with the .well-known Developer API which doesn't have any rate limits