This section outlines the fundamentals of and operations for Corda. Learn what networks you can join or deploy, connect Corda Explorer to your node, install a CorDapp, and interact with the node and the installed CorDapps.Documentation Index
Fetch the complete documentation index at: https://chainstack-mintlify-flesh-empty-pages.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Networks
Chainstack supports joining the following Corda networks:- Corda Network — the production Corda network
- Corda Pre-Production Network — the pre-production Corda network
Service nodes
A Corda network is deployed with the following service nodes:- Notary — a notary node
- Network Map Service — a network map service node running Cordite Network Map Service
Installing a CorDapp
You can install CorDapps on your nodes as a set of JAR files. To install a CorDapp:
Chainstack will reboot your node to complete the installation of your CorDapp.
Node explorer
The Corda Node Explorer is a standalone JavaFX application. With the Corda Node Explorer, you can:- Find other nodes that are connected to the network.
- View your node’s vault and transaction data.
- Execute cash transactions between parties on the network.