Deprecated notice
Consortium networks have been deprecated. This guide is for historical reference.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:1
On your node details page, click CorDapps.
2
Click Install CorDapp.
3
Upload the contract, workflow, or a combined JAR file of your CorDapp.
4
Click Install.
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.