mirror of
https://github.com/corda/corda.git
synced 2025-02-20 09:26:41 +00:00
TestCordapp has now two implementations to clearly separate the two use cases it has in the Corda repo: * TestCordappImpl which implements the revised public API of TestCordapp; namely that a TestCordapp instance references a real CorDapp jar on the classpath. This is either an external dependency jar in which case it’s taken as is and given to the node, or it’s a local gradle project in which case it’s compiled using the gradle “jar” task to generate the CorDapp jar. This approach means the jar has all the original CorDapp versioning information, which is important that it’s correct when testing. To this end, TestCordapp only needs to expose the ability to specify the app’s config. All the remaining properties have moved to CustomCordapp. * CustomCordapp for creating arbitrary custom CorDapps, including specifying the jar’s MANIFEST values. This is internal API and only used for testing the platform. Technically this shouldn’t implement TestCordapp but does so to reduce the complexity of the driver and mock network.
CORDA-2345: Simplified TestCordapp to make it inline with the recent CorDapp versioning changes (#4434)
CORDA-2345: Simplified TestCordapp to make it inline with the recent CorDapp versioning changes (#4434)
CORDA-2345: Simplified TestCordapp to make it inline with the recent CorDapp versioning changes (#4434)
CORDA-2345: Simplified TestCordapp to make it inline with the recent CorDapp versioning changes (#4434)
CORDA-2345: Simplified TestCordapp to make it inline with the recent CorDapp versioning changes (#4434)
CORDA-2345: Simplified TestCordapp to make it inline with the recent CorDapp versioning changes (#4434)
CORDA-2345: Simplified TestCordapp to make it inline with the recent CorDapp versioning changes (#4434)
CORDA-2345: Simplified TestCordapp to make it inline with the recent CorDapp versioning changes (#4434)
CORDA-2345: Simplified TestCordapp to make it inline with the recent CorDapp versioning changes (#4434)
CORDA-2345: Simplified TestCordapp to make it inline with the recent CorDapp versioning changes (#4434)
CORDA-2345: Simplified TestCordapp to make it inline with the recent CorDapp versioning changes (#4434)
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
We welcome contributions to Corda! Please see our CONTRIBUTING.md.
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%