Skip to content

PulsarDataSolutions/PulsarTokenCommunityRepository

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

18 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿช™ PulsarTokenCommunityRepository


โš’๏ธ Why This Repository?

  • At Pulsar its impossible to keep up with all indexers and tokens available or any single chain. To help with this, we've created this repository where the community can support with adding information about newly added tokens that otherwise would have taken longer to be picked up by Pulsar

๐Ÿงฉ Schema

Token Data Schema

Type AssetType(Enum, String) {
    native,
    contract
}

Type TokenID {
    "token_type": AssetType,
    "token_value": String,
    "decimals": Number
    "chain": String,
}

Type Token {
    "token_id": TokenID
    "name": String,
    "symbol": String,
    "description": String,
    "logo": String | null,
    "coingecko_id": String | null,
}

Notes

...


๐Ÿ“š Useful Links

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •