Files
awesome-awesomeness/html/corda.md2.html
2025-07-18 23:13:11 +02:00

196 lines
8.6 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<div data-align="center">
<p><a href="https://www.corda.net/"><img width="250px" src="./project_logo.png">
</a><br /> <a href="https://www.corda.net/">Corda</a> is an open source
blockchain project, designed for business from the start. <br />Corda
allows you to build interoperable blockchain networks that transact in
strict privacy. Cordas smart contract technology allows businesses to
transact directly, with value. <br /></p>
<p><a href="https://awesome.re"><img src="https://awesome.re/badge.svg"
alt="Awesome" /></a></p>
</div>
<p>Pull requests are welcome!</p>
<h2 id="contents">Contents</h2>
<ul>
<li><a href="#contents">Contents</a></li>
<li><a href="#documentation">Documentation</a></li>
<li><a href="#programming">Programming</a></li>
<li><a href="#tools">Tools</a></li>
<li><a href="#tutorials">Tutorials</a></li>
<li><a href="#learning-and-online-courses">Learning and online
courses</a></li>
<li><a href="#videos">Videos</a></li>
<li><a href="#cordapps">CorDapps</a></li>
<li><a href="#networks">Networks</a></li>
<li><a href="#community">Community</a></li>
<li><a href="#misc">Misc</a></li>
<li><a href="#official">Official</a></li>
<li><a href="#contribute">Contribute</a></li>
</ul>
<h2 id="documentation">Documentation</h2>
<ul>
<li><a href="https://docs.corda.net/">Documentation</a> - Corda
documentation. The go-to place for all things.</li>
<li><a
href="https://www.r3.com/reports/corda-technical-whitepaper/">Technical
whitepaper</a> - Technical description of Corda.</li>
</ul>
<h2 id="programming">Programming</h2>
<ul>
<li><a href="https://api.corda.net/">Corda API reference</a> - Corda
public API reference.</li>
<li><a
href="https://docs.corda.net/getting-set-up.html#set-up-instructions">Development
environment</a> - Step-by-step instructions to start developing on
Corda.</li>
</ul>
<h2 id="tools">Tools</h2>
<ul>
<li><a
href="https://gitlab.com/bluebank/braid/tree/master/braid-corda">Braid
Corda</a> - Create Braid endpoints and streams from your Corda
node.</li>
<li><a href="https://github.com/180Protocol/codaptor">Codaptor</a> -
Create REST API for any CorDapp running on a Corda node
automatically.</li>
<li><a href="https://manosbatsis.github.io/corbeans">Corbeans</a> -
Corda integration for Spring Boot.</li>
<li><a href="https://github.com/LayerXcom/cordage">Cordage</a> - Provide
modules that make the interoperability possible between Corda and other
blockchains without further trusted third party.</li>
<li><a href="https://github.com/cordalo-ch">Cordalo</a> - Provide Corda
frameworks to speed up your development in the decentralized space.</li>
<li><a href="https://manosbatsis.github.io/corda-lean-state">Corda Lean
State</a> - Generate Corda Contract and Persistent states from a
simplified interface.</li>
<li><a
href="https://github.com/hyperledger-labs/cordentity">Cordentity</a> -
Integrate <a
href="https://www.hyperledger.org/projects/hyperledger-indy">Hyperledger
Indy</a> capabilities into Corda.</li>
<li><a href="https://github.com/chainstack/awesome-corda">DAML for
Corda</a> - DAML smart contracts for Corda.</li>
<li><a href="https://www.corda.net/demobench/">DemoBench</a> - A
standalone desktop app to configure and launch local Corda nodes.</li>
<li><a
href="https://docs.chainstack.com/operations/corda/tools">Interact with
nodes</a> - Interact with your Corda nodes through a standalone shell,
from an app, or a web server.</li>
<li><a href="https://chainstack.com/corda/">Nodes and networks
deployment with Chainstack</a> - Easy Corda nodes and networks
deployment.</li>
<li><a href="https://manosbatsis.github.io/partiture/">Partiture</a> - A
compact component framework for your CorDapps. Currently, its primary
goal is to simplify flow composition.</li>
<li><a href="https://github.com/chainhaus/pycorda">PyCorda</a> - Access
node and vault data for analytics using pandas DataFrames.</li>
<li><a href="https://manosbatsis.github.io/corda-rpc-poolboy/">RPC
PoolBoy</a> - RPC connection pool with support for multiple Corda
nodes.</li>
<li><a
href="https://www.accordproject.org/news/smart-legal-contracts-on-corda/">Smart
legal contracts with Accord</a> - A reference implementation for smart
legal contracts on Corda.</li>
<li><a
href="https://github.com/manosbatsis/corda-testacles">Testacles</a> -
Tools to grow CorDapp test suites.</li>
<li><a href="https://manosbatsis.github.io/vaultaire/">Vaultaire</a> -
Query DSL and data access utilities for Corda developers.</li>
<li><a href="https://github.com/corda/vscode-corda">VS Code Corda
extension</a> - VS Code tools for developing CorDapps on the Corda
platform.</li>
<li><a href="http://corda.web3j.io/">Web3j integration for Corda</a> - A
lightweight client library for working with CorDapps.</li>
<li><a href="https://cordite.foundation/">XTS Fountain</a> - Mint XTS
tokens and send them to a token account on a Corda node.</li>
<li><a href="https://github.com/splunkdlt/splunk-app-for-corda">Splunk
App for Corda</a> - Splunk official integration app for Corda
monitoring.</li>
</ul>
<h2 id="tutorials">Tutorials</h2>
<ul>
<li><a href="https://docs.corda.net/tutorials-index.html">Official Corda
tutorials</a> - Learn to build and run CorDapps.</li>
<li><a href="https://github.com/corda/samples/">Sample CorDapps</a> -
Explore the code of sample CorDapps targeting various uses.</li>
<li><a
href="https://docs.chainstack.com/tutorials/no-ticket-scalping-cordapp-on-corda">No
ticket scalping CorDapp</a> - Build, run, and interact with a CorDapp
from scratch.</li>
<li><a
href="https://medium.com/@manosbatsis/vaultaire-corda-vault-queries-made-simple-d13db4147298">Vaultaire:
Corda Vault Queries Made Simple</a> - Upgrade to a clean and easy to use
query DSL generated just for you.</li>
</ul>
<h2 id="learning-and-online-courses">Learning and online courses</h2>
<ul>
<li><a href="https://training.corda.net/">Official Corda Training
Platform</a> - Free training platform maintained by R3 (Corda + SDKs).
Self-paced with optional support.</li>
<li><a
href="https://www.udemy.com/course/corda-development/">Introduction to
Corda Development</a> - A free self-paced online course.</li>
<li><a href="https://www.r3.com/training-and-certification/">Corda
developer certification</a> - Become a certified Corda developer.</li>
</ul>
<h2 id="videos">Videos</h2>
<ul>
<li><a
href="https://www.youtube.com/playlist?list=PLi1PppB3-YrVq5Qy_RM9Qidq0eh-nL11N">Corda
Bootcamp</a> - A playlist of 20 videos for Corda beginners.</li>
</ul>
<h2 id="cordapps">CorDapps</h2>
<p>Try out CorDapps and get inspired. Also explore the <a
href="https://marketplace.r3.com/">CorDapp marketplace</a> or add your
CorDapp to the list!</p>
<ul>
<li><a href="https://gitlab.com/cordite/cordite">Cordite</a> - A
collection of CorDapps providing decentralized economics and governance
services.</li>
<li><a href="https://github.com/rafaelazeredo/creditbank">Credit
scoring</a> - A credit scoring service between the user and retail
banks.</li>
<li><a
href="https://github.com/ashutoshmeher-r3/auction-cordapp">Auction</a> -
A demo auction CorDapp.</li>
<li><a href="https://github.com/corda-codeclub/marge">Private health
insurance management</a> - A private health insurance CorDapp.</li>
<li><a href="https://github.com/joeldudleyr3/olive-oyl">Sustainable
fishing rights</a> - A CorDapp to manage fishing rights.</li>
</ul>
<h2 id="networks">Networks</h2>
<ul>
<li><a href="https://corda.network/">Corda Network</a> - A global
production network run by the Corda Network Foundation.</li>
<li><a href="https://corda.network/participation/preprod.html">Corda
Pre-Production Network</a> - A UAT network providing a pre-production
environment run by the Corda Network Foundation.</li>
<li><a href="https://docs.corda.net/corda-testnet-intro.html">Corda
Testnet</a> - A free public testnet with minimal permissions run by the
the Corda Network Foundation.</li>
<li><a href="https://cordite.foundation/">Cordite Network</a> - A
testnet open to anyone run by the Cordite Foundation.</li>
</ul>
<h2 id="community">Community</h2>
<ul>
<li><a href="http://slack.corda.net/">Slack</a> - Talk to the Corda
community.</li>
<li><a href="https://groups.io/g/corda-dev">Mailing list</a> - Join the
Corda developers mailing list.</li>
<li><a href="https://www.meetup.com/Corda-Code-Club/">Corda Code
Club</a> - Corda Developer Meetup in London.</li>
</ul>
<h2 id="misc">Misc</h2>
<ul>
<li><a href="https://lankydan.dev">Corda developer blog</a> - A very
helpful blog from a Corda developer.</li>
</ul>
<h2 id="official">Official</h2>
<ul>
<li><a href="https://www.corda.net/">Corda website</a></li>
</ul>
<h2 id="contribute">Contribute</h2>
<p>Contributions welcome! Read <a href="CONTRIBUTING.md">contribution
guidelines</a>.</p>
<p><a href="https://github.com/chainstack/awesome-corda">corda.md
Github</a></p>