Canonical repository
Satellite source code and deployment metadata live in:Deployed contract sets
The repository includes environment deployment manifests:deployments/prod.jsondeployments/stage.json
Interface entry points
For Solidity integrations, start from:solidity/src/interfaces/ISatellite.sol
- fact reads/proving interfaces,
- MMR state and growth operations,
- messaging and registry functions,
- data processor task authentication methods.
Importing into your project
NPM dependency
Foundry dependency
Recommended reading path
For practical integration:- Read For End Users.
- Review Storage Proof API Contracts docs.
- Use environment deployment manifests for target chain addresses.
- Integrate only the specific read/prove surfaces your contract needs.

