mirror of
https://github.com/corda/corda.git
synced 2025-03-16 00:55:24 +00:00
* ENT-2610: Documentation update to include optional `keyStorePrivateKeyPassword`. * ENT-2610: Documentation update to include optional `keyStorePrivateKeyPassword`. * ENT-2610: Disruptive change to `CertificateStore` (will cause compilation failures) * ENT-2610: Address compilation failures caused by separation of `storePassword` and `keyPassword` e.g. in `X509KeyStore` * ENT-2610: Docs update to flag that passwords have to be the same due to Artemis limitations. * ENT-2610: Make changes to `bridge` module. Make private key password optional in `BridgeSSLConfigurationImpl` and extend `ConfigTest`. Also improve exception reporting when necessary option is missing. * ENT-2610: Fixes to `bridge` integration tests. * ENT-2610: Whenever it comes to Dev node certificates ensure that private key password is the same as store password or else Artemis is not going to accept that, see comment in DevIdentityGenerator. * ENT-2610: More unit test fixes * ENT-2610: More integration tests fixes * ENT-2610: Fix netty code to use `privateKeyPassword` where necessary * ENT-2610: Remove the use of `keyPassword` for `trustStore` * ENT-2610: Compilation fixes after merge from `master` * ENT-2610: Add an integration test which proves that diff. passwords work
[CORDA-2077] Use latest gradle plugin version (4.0.32), set target version in core and sample CorDapps (#4038)
Corda Enterprise
Corda Enterprise is R3's closed source patch set on top of Corda Open Source. It adds features and improvements that we plan to charge for.
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
Extra features
- Doorman
- SOCKS relaying
- Flow triage screen in Explorer
- No stupid jokes at startup
- SGX
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 Lists
- 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%