mirror of
https://github.com/corda/corda.git
synced 2025-01-29 15:43:55 +00:00
Dan Newton
69526229e1
CORDA-2535: Fixes to IRS demo (#4995)
* CORDA-2535 Move classes from test src to main For some reason a load of classes were in the test src rather than the main src even though they were needed during runtime. These have been moved back into main so they are compiled for use in the demo app. * CORDA-2535 Fix missing trade id irs-demo home page Change `deal.ref` to `deal.common.tradeID` * CORDA-2535 Highlight in irs-demo that `node` module should not be depended on The demo relies on `node` unless some larger refactoring is made. This is being kept as it is, but to discourage developers from doing the same in their CorDapps, a comment has been added to `build.gradle` explaining why it is there and that developers should not do the same.
Revert "CORDA-2782 Add Comparable to default whitelist for vault query criteria using comparables (#4920)"
Corda
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.
Features
- Smart contracts that can be written in Java and other JVM languages
- Flow framework to manage communication and negotiation between participants
- Peer-to-peer network of nodes
- "Notary" infrastructure to validate uniqueness and sequencing of transactions without global broadcast
- Enables the development and deployment of distributed apps called CorDapps
- Written in Kotlin, targeting the JVM
Getting started
- Read the Getting Started documentation
- Run the Example CorDapp
- Read about Corda's Key Concepts
- Follow the Hello, World! tutorial
Useful links
- Project Website
- Mailing List
- Documentation
- Stack Overflow Tag
- Slack Channel
- Meetups
- Training Courses
Contributing
Corda is an open-source project and contributions are welcome!
To find out how to contribute, please see our contributing docs.
License
Acknowledgements
YourKit supports open source projects with its full-featured Java Profiler.
YourKit, LLC is the creator of YourKit Java Profiler and YourKit .NET Profiler, innovative and intelligent tools for profiling Java and .NET applications.
Languages
Kotlin
94.3%
Java
2.5%
C++
2.1%
Python
0.3%
Shell
0.3%
Other
0.3%