You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our Stacks API currently exposes a few endpoints that attempt to serve FT metadata. This data is pulled by a background queue that listens to new contracts as they are deployed to the blockchain, but it does not handle token metadata update notifications, NFTs or SFTs. It currently is a complex part of the API that we’re looking to compartmentalize as an external system.
The goal of this issue is to track the process in building a new metadata micro-service, an independent system that manages its own internal logic separately from the API and that can be deployed and scaled separately.
Features
The new Token Metadata Service will support the following token metadata standards:
saralab
changed the title
refactor the Token Metadata Processor into an independent service
Refactor the Token Metadata Processor into an independent service
Jul 22, 2022
Background
Our Stacks API currently exposes a few endpoints that attempt to serve FT metadata. This data is pulled by a background queue that listens to new contracts as they are deployed to the blockchain, but it does not handle token metadata update notifications, NFTs or SFTs. It currently is a complex part of the API that we’re looking to compartmentalize as an external system.
The goal of this issue is to track the process in building a new metadata micro-service, an independent system that manages its own internal logic separately from the API and that can be deployed and scaled separately.
Features
The new Token Metadata Service will support the following token metadata standards:
NOTE: This service will only process and consume token metadata that follows the guidelines set by SIP-016: stacksgov/sips#44
After processing, all data will be exposed through REST endpoints for external services to consume (endpoint specification TBD).
The text was updated successfully, but these errors were encountered: