0
votes

https://testnet.corda.network/dashboard

I created original cordapp, This corda version is 4.0,

I want to deploy this node on a test net, Is this possible?

and, How should I check that a node is participating in a test net?

■ I referred to the following

https://docs.corda.net/head/azure-vm-explore.html

https://docs.corda.net/head/testnet-explorer-corda.html

https://github.com/corda/corda/blob/master/docs/source/testnet-explorer-corda.rst

I thank you in advance for your reply

1

1 Answers

0
votes

(Developer Relations at R3 here)

https://docs.corda.net/head/corda-testnet-intro.html has more information on how to join the testnet.

Corda does require you to run your own node (ie server), this could be hosted on any cloud providers, and we have detailed instructions available for Azure, AWS and GCP: https://docs.corda.net/deploy-to-testnet-index.html

Once you've deployed a node to a server, added your CordApp to it, and went through the joining testnet instructions, the node should start up cleanly without any errors -- which will tell you the app was successfully deployed.