CordaDecember 28, 2021By: Marcello Farina
The new Corda 5 architecture and deployment methods are designed to deliver high availability and scalability. We placed these two crucial aspects of any high-dependency system at the center of our development mindset. After a process of careful planning and re-architecting, we are excited to share the direction we are taking for the new Corda 5 node architecture — designed to maximize reliability, availability, and scalability.
CordaNovember 15, 2021By: Iryna Tsimashenka
One of the main differences between the Corda 5 Developer Preview 1 (C5DP1) and Corda 4.x is C5DP1 has a layered approach with interface-based APIs, rather than the Corda 4 core module, where implementation and the API formed a single block. In this blog, we will discuss the way we write and use CordaService in Corda 5. CordaService provides a way to use interface-based APIs.
CordaNovember 9, 2021By: Peter Li
In the past few years blockchain technology, sometimes referred to as distributed ledger technology, has shown its value in finance-related sectors. Whether it is the banking sector, trade finance, or inter-institutional settlements, people understand blockchain’s value in transactions-based business. But how does this distributed ledger technology benefit the rest of modern industry? There is a
CordaOctober 19, 2021By: David Awad
here is a fascinating collection of paradigms in the blockchain world as there are two ways to build out new financial applications using blockchain. The first is CeFi, or centralized finance, and the second is DeFi, or decentralized finance. In DeFi, you only have to trust the protocol, but in CeFi, you must trust the company.