1.0.0 • Published 10 months ago

@skyxexchange/token-lists v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

@skyxexchange/token-lists (beta)

Tests npm

This package includes a JSON schema for token lists, and TypeScript utilities for working with token lists.

The JSON schema represents the technical specification for a token list which can be used in a dApp interface, such as the SkyX Interface.

What are token lists?

SkyX Token Lists is a specification for lists of token metadata (e.g. address, decimals, ...) that can be used by any dApp interfaces that needs one or more lists of tokens.

Anyone can create and maintain a token list, as long as they follow the specification.

Specifically an instance of a token list is a JSON blob that contains a list of ERC20 token metadata for use in dApp user interfaces. Token list JSON must validate against the JSON schema in order to be used in the SkyX Interface. Tokens on token lists, and token lists themselves, are tagged so that users can easily find tokens.

JSON Schema $id

The JSON schema ID is https://skyx.exchange/tokenlist.schema.json