Corda is an open source blockchain project, designed for business from the start. Only Corda allows you to build interoperable blockchain networks that transact in strict privacy. Corda's smart contract technology allows businesses to transact directly, with value.
Go to file
Mike Hearn 12f5ddb0aa Cash contract: multi-issuer support
You can now take deposits from multiple different institutions and move/combine/split them appropriately. The issuers are kept separate, you cannot merge 3 different input states from 3 different institutions down to one, but you can merge/split within that specific issuer. Deposit refs are not currently being kept separate, but they should be also (this is coming next).
2015-11-03 17:54:18 +01:00
gradle/wrapper Initial import 2015-11-03 17:54:17 +01:00
notes Initial import 2015-11-03 17:54:17 +01:00
src Cash contract: multi-issuer support 2015-11-03 17:54:18 +01:00
tests Cash contract: multi-issuer support 2015-11-03 17:54:18 +01:00
.gitignore Initial import 2015-11-03 17:54:17 +01:00
build.gradle Initial import 2015-11-03 17:54:17 +01:00
gradlew Initial import 2015-11-03 17:54:17 +01:00
gradlew.bat Initial import 2015-11-03 17:54:17 +01:00
settings.gradle Initial import 2015-11-03 17:54:17 +01:00