Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 2.45 KB

README.md

File metadata and controls

46 lines (32 loc) · 2.45 KB

🗒️ TON address book

This is an address book for tonscan.org explorer. It is build automatically from .yaml files and published at this url.

Address book is used to substitute some popular and important TON addresses with human readable names. It is not used in tonscan.org search. If you'd like to add your address into the search, please open an issue.

Contributing

Just add your address to the appropriate .yaml file in the source directory.

How to choose category:

  • community.yaml is for notable community projects: NFTs, marketplaces, bots, etc.
  • exchanges.yaml is for exchanges and DEXes.
  • system.yaml is for core blockchain contracts like root DNS, pow-givers, elector etc.
  • validators.yaml is for validators and pools.
  • people.yaml is for celebreties and famous people.
  • scam.yaml – all addresses in this file will be marked with red SCAM badge.

Entry structure must be as follows:

- address: TON address in any format
  name: Short name for your project, 3-32 symbols
  description: |-
    You may provide short description for your project.
    Any amount of text and links are allowed.
  type: wallet (or empty: see below)

Contract type

type field can either be empty (just don't use it in entry) or one of these values: wallet, nft_collection, jetton, pool.

⚠️ Important: use wallet type for all wallets (including validator addresses) and uninit addresses.

This field is needed because some addresses in TON have to be in other format (UQ vs EQ). The address itself can be in any format, just set the correct type.

Building

npm install && npm run build

See also