Register smart contracts
Use the Orchestrate Gateway API to register smart contracts and store the following information:
-
Reference, composed of:
- Name:
name
as an identifier. - Tag:
tag
as the version.
- Name:
-
Artifact, composed of the following elements:
- smart contract’s Application Binary Interface (
ABI
). - smart contract’s
ByteCode
(used to deploy smart contracts). - smart contract’s
DeployedByteCode
(used to keep track of smart contracts deployed on-chain).
- smart contract’s Application Binary Interface (
Register and interact with a smart contract on the Orchestrate Gateway API using the SDK and the REST API.