Contract Registry
The Contract Registry facilitates development by providing a single store for both your custom smart contracts and standard smart contracts (for example, ERC-20).
The Contract Registry:
- Enables versioning of smart contracts.
- Supports easy contract deployment.
- Decodes transaction logs for registered smart contracts.
- Reads smart contract state from chain.
Configure the Contract Registry using the configuration options.
Contracts must be registered to have their logs decoded.
Hint
Use Orchestrate’s SDK to access decoded logs.