This page is for wallets, bots, terminals, indexers, and third-party data consumers.
Network: BNB Smart Chain Mainnet
See Deployed Contract Addresses for the current live addresses.
Primary on-chain entry points
The most important contracts for integrations are:
These define where projects are created, how templates are routed, and which template set is official.
Project-centric data model
Integrations should think in terms of project objects rather than raw token discovery. The stable model is:
This is the same relationship the platform uses in its frontend and backend aggregation.
If your goal is to display:
it is usually better to start with SPLY’s APIs rather than rebuilding every view directly from chain events.
When direct chain reads still matter
Direct reads are still appropriate when:
you operate your own indexer
you need final chain truth
you build monitoring and alerting
you validate project status independently
Integration priorities
The most useful checks are:
whether a project came from the official factory
whether a template came from the official registry
whether the project has finalized
whether the token has entered market state