I would like to publish info about a newly created asset, so when I use "Accept asset via anchor domain" on https://stellarterm.com/#account/addTrust (for example), I could enter my domain and get my token listed.
I'm confused as to how stellarterm (and I assume others) find the currencies listed:
I've added some info in the /.well-known/stellar.toml of my domain. That's not working. I've ensured that the TOML is accessible and returns access-control-allow-origin: * in the headers.
Am I right in assuming that this is what is the service looks for (appending /.well-known/stellar.toml to the domain name and reading the data from the TOML), or am I missing some piece, such a federation server needed to enable this?