CoTrust™ on AWS v2.0 (Mars Release)

CoTrust™ on AWS v2.0 (Mars Release)

HCL’s CoTrust™ Platform

Introduction

CoTrust is HCL’s blockchain product suite, which enables accelerated adoption of blockchain by enterprises. It is Blockchain platforms agnostic and supports the likes of Hyperledger Fabric/Etherum/R3 Corda by providing foundational capabilities and scaffolding required to get blockchain network ready. This release (v2.0 — MARS) is a subset of CoTrust and provides the user to a pre-installed & configured Hyperledger Fabric environment with just one command. It is available on AWS Marketplace where anyone with valid AWS login can create an AMI of the Mars release of CoTrust platform. This release supersedes the (v1.0 Mercury).

What is Included in Mars Release?

Users get Hyperledger Fabric 1.4 along with Hyperledger Explorer in a two-organisation setup configuration. This setup has been done using HCL CoTrust Blockchain Console, referred to as CoTrust Console in this read. CoTrust Console Web Interface enables you to easily achieve following functionalities.

  • Create additional Channels,
  • Install & instantiate Chaincode / Smart Contracts,
  • Invoke or Query functions of installed Chaincodes.

This setup can be used to build further use cases and explore Hyperledger Fabric. The setup makes use of docker container for which a user does not have to create or configure any tooling, the setup time is just few minutes after AMI installation.

Included Software

  1. Hyperledger Fabric 1.4
  2. Hyperledger Explorer v1.0.0-rc2
  3. Docker 19.03.5
  4. Docker Compose 1.15.0
  5. NodeJS 8.17.0
  6. HCL CoTrust Blockchain Console

Prerequisite

Before installing CoTrust Hyperledger AMI on AWS, it is assumed that the user is familiar with Linux commands and has SSH client installed on the machine.

How to Get it Up and Running?

The following steps allow a user to install Hyperledger Fabric 1.4 environment with Hyperledger Explorer & HCL CoTrust Blockchain Console on AWS EC2 instance. Use them to get the environment up and running.

Step 1: Go to AWS Marketplace

Step 2: Select HCL CoTrust™ Blockchain Platform v2.0 (Mars) AMI and press launch.

Step 3: Once the AMI is up and Running, Open Putty/SSH client and log-on to the server using Putty client. Once logged in, use the following command to assume root privileges

sudo su -

Step 4: Bring up the Hyperledger Fabric network, Explorer and CoTrust Console:
a. Go to the opt directory using command cd /opt
b. Execute following commands

wget https://cotrustaws.s3.us-east-2.amazonaws.com/setup.sh
chmod 777 setup.sh
./setup.sh <<PASSWORD>> 

P.S: It is mandatory to replace <<PASSWORD>> with your choice of admin password for your initial setup.

Step 5: Access your blockchain explorer using following url:
http://serverIPaddress:8080
Credentials for login are
Username: admin
Password:<<PASSWORD>>

Step 6: Access your HCL CoTrust Blockchain Console using following url:
http://serverIPaddress
Credentials for login are
Username: admin
Password:<<PASSWORD>>

After 1st login, you will be asked to provide your AWS PEM Key. This key is used by the CoTrust Console to manage and access your blockchain network. This key will be stored on the local drive of your AWS EC2 instance only.

How to Stop the network and applications?

To stop fabric network, CoTrust Console and Hyperledger explorer
a. Go to /opt
b. Execute command /stop.sh

How to restart the network and applications or start after shutdown?

Bring up the Hyperledger Fabric network, Explorer and CoTrust Console after shutdown or to simply restart.
a. Go to /opt
b. Execute command /start.sh <<Password>>
P.S: Password is optional. Last known password will be used if you do not supply the password here.

Troubleshooting Tip

In case you encounter any issue during bringing up the environment or have trouble accessing the Application, try restarting the network and application.

2 thoughts on “CoTrust™ on AWS v2.0 (Mars Release)

  1. Reply
    Zavier
    May 20, 2023 at 7:00 PM

    Thank you for any other great article. Where else could anyone get that kind of information in such a perfect manner of writing? I have a presentation next week, and I’m at the look for such info.

  2. Reply
    Bruce
    May 25, 2023 at 11:15 PM

    I do not even know how I ended up right here, however I thought this put up was good. I do not recognise who you are however definitely you’re going to a famous blogger when you aren’t already 😉 Cheers!

Leave a Reply to Zavier Cancel reply

Your email address will not be published. Required fields are marked *