Registry / networking / corda-core

corda-core

JSON →
library4.14.1javamavenunverified

Core library for the Corda distributed ledger platform.

<dependency> <groupId>net.corda</groupId> <artifactId>corda-core</artifactId> <version>4.14.1</version> </dependency>
INSTALL
IMPORT
SIG · CORDA-CORE
C
corda-core
networkingjavav4.14.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ContractState
net.corda.core.contracts.ContractState

Defines a simple contract state for Corda.

import net.corda.core.contracts.ContractState; import net.corda.core.identity.Party; public class ExampleState implements ContractState { private final Party owner; public ExampleState(Party owner) { this.owner = owner; } @Override public List<AbstractParty> getParticipants() { return List.of(owner); } }
Debug
Known issues
breakingCorda 4.x has breaking changes from 3.x, especially in API and serialization.
fix
Review migration guide when upgrading from Corda 3.x.
affects: >=4.0.0
Upgrade
Version history
4.14.1latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
14
OpenAI (training)
1
Resources
corda-core — mvn dependency:get corda-core · libregistry