Blog

June 08, 2022
Corda 5: Cloud-native deployment background
June 08, 2022

Corda 5: Cloud-native deployment

Corda 5 was designed from the outset to be cloud-native. Specifically, the worker architecture allows for independent scaling and resilience of the components that make up the Corda platform, all loosely coupled via a message bus. The usage of container images as the delivery mechanism for those components and Kubernetes as the runtime orchestrator should be fairly uncontroversial. This article discusses the rationale for the decision to use Helm to package the Kubernetes configuration.

May 26, 2022
Corda 5—Unveiling the P2P Preview background
May 26, 2022

Corda 5—Unveiling the P2P Preview

We are really excited to present to you today the first preview of the new peer-to-peer communications layer of Corda 5, which is now open source. If you are not familiar with what Corda 5 aspires to deliver, we highly recommend reading the previous “Corda 5 the road ahead” blog post series from R3’s product management team. This preview is a good indication of how Corda 5 delivers on the areas of multi-tenancy, horizontal scalability and high availability.

March 23, 2022
Corda 4.9 Has Arrived! background
March 23, 2022

Corda 4.9 Has Arrived!

The use of distributed ledger technology (DLT) to establish digital trust is increasing rapidly across myriad sectors. R3’s Corda is the industry-standard platform for developers who build DLT applications for highly regulated markets, including banking, trade finance and capital markets. No matter where you are on your blockchain application development journey or which version of Corda you are using, R3 is here to support your build and shorten your time to deployment.

December 07, 2021
Corda 5 “The road ahead” — Introducing the building blocks of Corda: Project Layer Cake Part 5 background
December 07, 2021

Corda 5 “The road ahead” — Introducing the building blocks of Corda: Project Layer Cake Part 5

Welcome back! In the previous blog post, we took some time to go over how the new Corda 5 APIs impact CorDapp development. In our Developer Preview, we released new, interface-based, modular APIs. With these modular APIs, you can develop faster by building and testing more effectively. We briefly touched on Project Layer Cake, the initiative that inspired us to make our APIs modular and split Corda into discrete, logical layers of value: network, flow, ledger, and contract.