Calypso Card API (external)

As part of the Card Layer, the Calypso Card API provides high-level functionality for selecting and performing transactions with Calypso cards.


Java implementation

All deliverables are available directly from the Maven Central Repository or by using one of the project resource managers below:

implementation("org.eclipse.keypop:keypop-calypso-card-java-api:2.1.0")
implementation 'org.eclipse.keypop:keypop-calypso-card-java-api:2.1.0'
<dependency>
    <groupId>org.eclipse.keypop</groupId>
    <artifactId>keypop-calypso-card-java-api</artifactId>
    <version>2.1.0</version>
</dependency>

C++ implementation

Next