Manage smart contracts
The Orchestrate Gateway API provides a single store for both custom smart contracts and standard smart contracts (for example, ERC-20).
The Orchestrate Gateway API allows you to:
- Version smart contract artifacts
- Deploy contracts
- Decode transaction logs for registered smart contracts
- Reads smart contract states from the chain.
Contracts must be registered to have their logs decoded.
info
Use Orchestrate's SDK to access decoded logs.