DOCS - Updated documentation for Testnet to reflect UI changes. (#5409)
@ -4,7 +4,7 @@ Deploying Corda to Corda Testnet from an AWS Cloud Platform VM
|
||||
.. contents::
|
||||
|
||||
This document explains how to deploy a Corda node to AWS that can connect directly to the Corda Testnet.
|
||||
A self service download link can be obtained from https://testnet.corda.network. This
|
||||
A self service download link can be obtained from https://marketplace.r3.com/network/testnet. This
|
||||
document will describe how to set up a virtual machine on the AWS
|
||||
Cloud Platform to deploy your pre-configured Corda node and automatically connnect
|
||||
to Testnet.
|
||||
@ -90,7 +90,7 @@ Now your AWS environment is configured you can switch back to the Testnet
|
||||
web application and click on the copy to clipboard button to get a one
|
||||
time installation script.
|
||||
|
||||
.. note:: If you have not already set up your account on Testnet then please visit https://testnet.corda.network and sign up.
|
||||
.. note:: If you have not already set up your account on Testnet then please visit https://marketplace.r3.com/network/testnet and sign up.
|
||||
|
||||
.. image:: resources/testnet-platform.png
|
||||
|
||||
@ -102,7 +102,7 @@ your unique Corda instance on that instance:
|
||||
|
||||
.. code:: bash
|
||||
|
||||
sudo ONE_TIME_DOWNLOAD_KEY=YOUR_UNIQUE_DOWNLOAD_KEY_HERE bash -c "$(curl -L https://testnet.corda.network/api/user/node/install.sh)"
|
||||
sudo ONE_TIME_DOWNLOAD_KEY=YOUR_UNIQUE_DOWNLOAD_KEY_HERE bash -c "$(curl -L https://onboarder.prod.ws.r3.com/api/user/node/TESTNET/install.sh)"
|
||||
|
||||
.. warning:: This command will execute the install script as ROOT on your cloud instance. You may wish to examine the script prior to executing it on your machine.
|
||||
|
||||
@ -112,10 +112,6 @@ You can follow the progress of the installation by typing the following command
|
||||
|
||||
tail -f /opt/corda/logs/node-<VM-NAME>.log
|
||||
|
||||
Once the node has booted up you can navigate to the external web address of the instance on port 8080. If everything is working you should see the following:
|
||||
|
||||
.. image:: resources/installed-cordapps.png
|
||||
|
||||
|
||||
Testing your deployment
|
||||
-----------------------
|
||||
|
@ -5,7 +5,7 @@ Deploying Corda to Corda Testnet from an Azure Cloud Platform VM
|
||||
|
||||
This document will describe how to set up a virtual machine on the Azure Cloud Platform to deploy your pre-configured
|
||||
Corda node and automatically connnect to Testnet. A self-service download link can be obtained from
|
||||
https://testnet.corda.network.
|
||||
https://marketplace.r3.com/network/testnet.
|
||||
|
||||
Pre-requisites
|
||||
--------------
|
||||
@ -103,13 +103,13 @@ STEP 4: Download and set up your Corda node
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Now that your Azure environment is configured you can switch to the
|
||||
`Testnet web application <https://testnet.corda.network/platform>`_ and click "Copy" to get a one-time installation
|
||||
`Testnet dashboard <https://marketplace.r3.com/network/testnet/install-node>`_ and click "Copy" to get a one-time installation
|
||||
script.
|
||||
|
||||
.. note:: If you have not already set up your account on Testnet, please visit https://testnet.corda.network and sign
|
||||
.. note:: If you have not already set up your account on Testnet, please visit https://marketplace.r3.com/network/testnet and sign
|
||||
up.
|
||||
|
||||
.. note:: You can generate as many Testnet identites as you like by refreshing this page to generate a new one-time
|
||||
.. note:: You can generate as many Testnet identites as you like by clicking "Generate new node" to generate a new one-time
|
||||
link.
|
||||
|
||||
.. image:: resources/testnet-platform.png
|
||||
@ -118,7 +118,7 @@ In the terminal of your cloud instance, paste the command you just copied to ins
|
||||
|
||||
.. code:: bash
|
||||
|
||||
sudo ONE_TIME_DOWNLOAD_KEY=YOUR_UNIQUE_DOWNLOAD_KEY_HERE bash -c "$(curl -L https://testnet.corda.network/api/user/node/install.sh)"
|
||||
sudo ONE_TIME_DOWNLOAD_KEY=YOUR_UNIQUE_DOWNLOAD_KEY_HERE bash -c "$(curl -L https://onboarder.prod.ws.r3.com/api/user/node/TESTNET/install.sh)"
|
||||
|
||||
.. warning:: This command will execute the install script as ROOT on your cloud instance. You may wish to examine the
|
||||
script prior to executing it on your machine.
|
||||
@ -129,15 +129,6 @@ You can follow the progress of the installation by typing the following command
|
||||
|
||||
tail -f /opt/corda/logs/node-<VM-NAME>.log
|
||||
|
||||
Once the node has booted up, you can navigate to the external web address of the instance on port 8080:
|
||||
|
||||
.. code:: bash
|
||||
|
||||
http://<PUBLIC-IP-ADDRESS>:8080/
|
||||
|
||||
If everything is working, you should see the following:
|
||||
|
||||
.. image:: resources/installed-cordapps.png
|
||||
|
||||
Testing your deployment
|
||||
-----------------------
|
||||
|
@ -7,56 +7,27 @@ The Corda Testnet is an open public network of Corda nodes on the internet. It i
|
||||
|
||||
The Corda Testnet is based on exactly the same technology as the main Corda Network, but can be joined on a self-service basis through the automated provisioning system described below.
|
||||
|
||||
The Corda Testnet is currently in private beta. Interested parties can request in invitation to join the Corda Testnet by completing a short request form (see below).
|
||||
|
||||
|
||||
Deploying a Corda node to the Corda Testnet
|
||||
-------------------------------------------
|
||||
|
||||
Access to the Corda Testnet is enabled by visiting https://testnet.corda.network.
|
||||
The Corda Testnet is accessible via https://marketplace.r3.com/.
|
||||
|
||||
.. image:: resources/testnet-landing.png
|
||||
:target: https://testnet.corda.network
|
||||
:target: https://marketplace.r3.com/network
|
||||
|
||||
Click on "Join the Corda Testnet".
|
||||
|
||||
Select whether you want to register a company or as an individual on the Testnet.
|
||||
Click on "Join the Corda Testnet" to begin joining the network.
|
||||
|
||||
This will create an account with the Testnet on-boarding application which will enable you to provision and manage multiple Corda nodes on Testnet. You will log in to this account to view and manage you Corda Testnet identity certificates.
|
||||
|
||||
.. image:: resources/testnet-account-type.png
|
||||
.. image:: resources/testnet-signup.png
|
||||
|
||||
Fill in the form with your details.
|
||||
Fill in the registration form and please read and accept the terms of use, then click Next Step; this will take you to the Testnet dashboard where you can see a list of your nodes as well as create new ones.
|
||||
|
||||
.. note::
|
||||
|
||||
Testnet is currently invitation only. If your request is approved you will receive an email. Please fill in as many details as possible as it helps us prioritise requests. The approval process will take place daily by a member of the r3 operations team reviewing all invite requests and making a decision based on current rate of onboarding of new customers.
|
||||
|
||||
.. image:: resources/testnet-form.png
|
||||
|
||||
Once you have been approved, navigate to https://testnet.corda.network and click on "I have an invitation".
|
||||
|
||||
Sign in using either your email address and password, or "Sign in with Google":
|
||||
|
||||
.. image:: resources/testnet-signin.png
|
||||
|
||||
If using Google accounts, approve the Testnet application when prompted:
|
||||
|
||||
.. image:: resources/testnet-signin-auth.png
|
||||
|
||||
.. note::
|
||||
|
||||
At this point you may need to verify your email address is valid (if you are not using a Gmail address). If prompted check your email and click on the link to validate then return to the sign in page and sign in again.
|
||||
|
||||
Next agree to the terms of service:
|
||||
|
||||
.. image:: resources/testnet-terms.png
|
||||
|
||||
You can now choose how to deploy your Corda node to the Corda Testnet. We strongly recommend hosting your Corda node on a public cloud resource.
|
||||
When creating a new node you can now choose how to deploy it to the Corda Testnet. We strongly recommend hosting your Corda node on a public cloud resource.
|
||||
|
||||
Select the cloud provider you wish to use for documentation on how to specifically configure Corda for that environment.
|
||||
|
||||
.. image:: resources/testnet-platform-clean.png
|
||||
.. image:: resources/testnet-platform.png
|
||||
|
||||
Once your cloud instance is set up you can install and run your Testnet pre-provisioned Corda node by clicking on "Copy" and pasting the one time link into your remote cloud terminal.
|
||||
|
||||
|
@ -5,12 +5,12 @@ Deploying Corda to Corda Testnet from your local environment
|
||||
|
||||
This document explains how to set up your local network to enable a
|
||||
Corda node to connect to the Corda Testnet. This assumes you are
|
||||
downloading a node ZIP from: https://testnet.corda.network.
|
||||
downloading a node ZIP from: https://marketplace.r3.com/network/testnet.
|
||||
|
||||
|
||||
Pre-requisites
|
||||
--------------
|
||||
* Register for an account on https://testnet.corda.network.
|
||||
* Register for an account on https://marketplace.r3.com/.
|
||||
|
||||
|
||||
Set up your local network
|
||||
@ -127,9 +127,9 @@ properly.
|
||||
Download and install your node
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
Navigate to https://testnet.corda.network/platform.
|
||||
Navigate to https://marketplace.r3.com/network/testnet/install-node.
|
||||
|
||||
Click on the ``Download`` button and wait for the ZIP
|
||||
Click on the ``Download Corda Node`` button and wait for the ZIP
|
||||
file to download:
|
||||
|
||||
.. image:: resources/testnet-download.png
|
||||
|
@ -3,7 +3,7 @@ Deploying Corda to Corda Testnet from a Google Cloud Platform VM
|
||||
|
||||
.. contents::
|
||||
|
||||
This document explains how to deploy a Corda node to Google Cloud Platform that can connect directly to the Corda Testnet. A self service download link can be obtained from https://testnet.corda.network. This document will describe how to set up a virtual machine on the Google Cloud Platform (GCP) to deploy your pre-configured Corda node and automatically connnect to Testnet.
|
||||
This document explains how to deploy a Corda node to Google Cloud Platform that can connect directly to the Corda Testnet. A self service download link can be obtained from https://marketplace.r3.com/network/testnet. This document will describe how to set up a virtual machine on the Google Cloud Platform (GCP) to deploy your pre-configured Corda node and automatically connnect to Testnet.
|
||||
|
||||
Pre-requisites
|
||||
--------------
|
||||
@ -100,7 +100,7 @@ Now your GCP environment is configured you can switch to the Testnet
|
||||
web application and click on the copy to clipboard button to get a one
|
||||
time installation script.
|
||||
|
||||
.. note:: If you have not already set up your account on Testnet then please visit https://testnet.corda.network and sign up.
|
||||
.. note:: If you have not already set up your account on Testnet then please visit https://marketplace.r3.com/network/testnet and sign up.
|
||||
|
||||
.. image:: resources/testnet-platform.png
|
||||
|
||||
@ -112,7 +112,7 @@ your unique Corda instance:
|
||||
|
||||
.. code:: bash
|
||||
|
||||
sudo ONE_TIME_DOWNLOAD_KEY=YOUR_UNIQUE_DOWNLOAD_KEY_HERE bash -c "$(curl -L https://testnet.corda.network/api/user/node/install.sh)"
|
||||
sudo ONE_TIME_DOWNLOAD_KEY=YOUR_UNIQUE_DOWNLOAD_KEY_HERE bash -c "$(curl -L https://onboarder.prod.ws.r3.com/api/user/node/TESTNET/install.sh)"
|
||||
|
||||
.. warning:: This command will execute the install script as ROOT on your cloud instance. You may wish to examine the script prior to executing it on your machine.
|
||||
|
||||
@ -122,10 +122,6 @@ You can follow the progress of the installation by typing the following command
|
||||
|
||||
tail -f /opt/corda/logs/node-<VM-NAME>.log
|
||||
|
||||
Once the node has booted up you can navigate to the external web address of the instance on port 8080. If everything is working you should see the following:
|
||||
|
||||
.. image:: resources/installed-cordapps.png
|
||||
|
||||
|
||||
Testing your deployment
|
||||
-----------------------
|
||||
|
Before Width: | Height: | Size: 1.3 MiB |
Before Width: | Height: | Size: 1.6 MiB After Width: | Height: | Size: 162 KiB |
Before Width: | Height: | Size: 1.5 MiB |
Before Width: | Height: | Size: 3.5 MiB After Width: | Height: | Size: 519 KiB |
Before Width: | Height: | Size: 1.6 MiB |
Before Width: | Height: | Size: 1.6 MiB After Width: | Height: | Size: 133 KiB |
Before Width: | Height: | Size: 367 KiB |
Before Width: | Height: | Size: 1.4 MiB |
BIN
docs/source/resources/testnet-signup.png
Normal file
After Width: | Height: | Size: 133 KiB |
Before Width: | Height: | Size: 1.6 MiB |