Stellar news delivered weekly:

Asset verification

When you issue an asset, it is important to provide clear information about what your asset represents. This info can be discovered and displayed by clients so users know exactly what they are getting when they hold your asset.

Step-by-step guide to the basic asset verification:

  1. Set home_domain field for your asset issuing account. Clients can look up a stellar.toml from this domain.
  2. This should be in the format of a fully qualified domain name such as example.com, anchor.example.com etc.
  3. DO NOT include scheme (i.e. http or https) and trailing relative path: https://example.com or example.com/tokens won't work.
  4. Find more details and code samples here.
  5. Create stellar.toml following directions from the official Stellar guide.
  6. Do not forget to add the [[CURRENCIES]] for each of your assets.
  7. Provide a short meaningful asset description (parameters name, desc and conditions) to tell your users what it's all about (optional).
  8. Publish your stellar.toml file, clients will search it at the following location: https://your_domain.com/.well-known/stellar.toml.
  9. Make sure that CORS (cross-origin resource sharing) is enabled.
  10. Also check the content type, should be content-type: text/plain; charset=utf-8. Some clients/browsers may not handle it correctly if content is transferred as application/octet-stream, not text/plain as expected.

References

  1. Stellar Guides - Issuing Assets
  2. Stellar Guides - Accounts
  3. Stellar Guides - stellar.toml
  4. Wikipedia - Fully qualified domain names
  5. Enable CORS
  6. Stellar StackExchange - Asset not verified
  7. Table of Contents
No items found.