The following is an indicative list of tasks that you will have to carry out when deploying the application:
- Deploying all smart contracts to the blockchain and mapping account addresses in the contract interfaces.
- Deploying all assets to the blockchain and mapping account addresses in the asset interfaces.
- Maintain contract versions and account addresses. Ensure updated account addresses are mapped to the interfaces.
- For Ethereum smart contracts, ensure fallback methods are implemented and contracts are self-destructing for maintenance purposes.
- For Fabric, create Docker images and issue certificates to bring the network components online.
- For Fabric, create organizations and affiliations and issue identities for all ...