#
corda
Here are 95 public repositories matching this topic...
Compilation of useful documents and scientific papers about Blockchain & cryptocurrencies.
cryptography
bitcoin
ethereum
blockchain
fractal
quorum
cryptocurrencies
hyperledger
dag
corda
whitepapers
aeternity
bitcoin-ethereum
mchain
-
Updated
Apr 12, 2021 - JavaScript
Accord Project Smart Templates Implementation
legal
parse
templates
ethereum
blockchain
hyperledger
contracts
cicero
corda
legaltech
clause
smartcontracts
tezos
accord-project
legal-templates
digital-asset
cicero-engine
-
Updated
Apr 12, 2021 - JavaScript
The Language for Smart Legal Contracts
javascript
language
legal
ethereum
smart-contracts
blockchain
verification
hyperledger
hacktoberfest
corda
legaltech
tezos
ergo
legal-engineering
accord-project
ergo-compiler
digital-asset
-
Updated
Apr 12, 2021 - Coq
Cordage: the blockchain interoperability project!
-
Updated
Apr 1, 2021 - Kotlin
Accord Project Documentation
legal
templates
ethereum
smart-contracts
blockchain
hyperledger
cicero
corda
legaltech
ergo
accord-project
concerto
-
Updated
Mar 30, 2021 - CSS
alkopnin
commented
Sep 16, 2018
A change of state should be connected with command and contract. The contract checks the transaction correctness based on input/output and attached commands.
Description
There are 3 states: IndySchema, IndyCredentialDefinition, IndyCredential and 4 commands: Create, Upgrade, Consume and Revoke exist in cordentity.
Need to implement proper contracts and verification logic for each state
Corda Kubernetes Deployment
-
Updated
Oct 22, 2020 - Shell
Accord Project Model Repository
composer
ethereum
models
smart-contracts
blockchain
hyperledger
corda
legaltech
accordproject
concerto
-
Updated
Apr 12, 2021 - JavaScript
Corda integration for Spring Boot applications
spring-boot
integration-testing
spring-boot-application
corda
corda-framework
cordapps
corda-rpc
spring-corda
corda-webserver-boot
corda-node
corda-enterprise
spring-boot-applications
-
Updated
Mar 4, 2021 - Kotlin
Query DSL and data access utilities for Corda developers.
kotlin
query
dsl
query-builder
querydsl
query-dsl
kotlin-dsl
query-language
querying
corda
corda-framework
cordapp
cordapps
corda-rpc
dsl-builder
corda-developers
-
Updated
Mar 4, 2021 - Kotlin
Instantly add Corda to any tech stack and improve resiliency of your architecture
-
Updated
Mar 22, 2021 - Kotlin
W3C VC/DID, SSI, JSON, HTTP, monitoring extensions for R3 Corda and Java in general
-
Updated
Nov 26, 2020 - Java
Using Corda to perform Public or Private auctions in a decentralized manner
-
Updated
Feb 1, 2019 - Kotlin
Corda application for UK Export Finance - This builds on the corda-java-template repo (https://github.com/corda/cordapp-template-java)
-
Updated
Dec 18, 2018 - Java
Running the cordapp-example on a minikube kubernetes cluster
-
Updated
Mar 8, 2018 - Shell
Code to test JS-Kotlin crypto interoperability with Digital Signature generation on browser and verification in Corda Smart Contracts
-
Updated
Apr 11, 2019 - Java
Corda C++ Serialisation Framework Implementation
-
Updated
Nov 26, 2020 - C++
நம்Chain's Blockchain Tutorials
bitcoin
ethereum
iota
hyperledger
bigchaindb
multichain
corda
dapps
hashgraph
blockchain-tutorials
solidity-programming
namchain
-
Updated
Feb 22, 2021 - HTML
Connection pooling for Corda RPC clients
-
Updated
Feb 4, 2021 - Kotlin
A distributed ledger for storing medical records.
-
Updated
Jan 24, 2019 - Java
Improve this page
Add a description, image, and links to the corda topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the corda topic, visit your repo's landing page and select "manage topics."
Currently there seem to be 3 options for testing Corda:
The MockNetwork is useful for testing flows but it doesn't implement an RPC interface so you can't use it in your Spring REST API tests.
The Driver DSL has an RPC interface but all the work appears to have to be done in the dsl closure which means you can't get