Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.66 KB

README.md

File metadata and controls

44 lines (28 loc) · 1.66 KB

MCG_QLDB_Q1

Link to schemas that the ledger will follow can be found here

For this use case we follow the following process flow:

Process Flow

step 1

Create an Free tier Amazon Web Service account

step 2

To Set up environment we will use docker container.

step 3

Open terminal and cd into the MCG_QLDB folder

step 4

Input the environment variables into the terminal
They should be in this format:


export AWS_ACCESS_KEY_ID="asdasdadasdasdaad"
export AWS_SECRET_ACCESS_KEY="asdasdadasdadsadads"
export AWS_SESSION_TOKEN = "lkhasldkhlkhlkahsdlkahsldkahsldkhalsdhalkdhalkshdlkhhhhhhkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkkk"


step 5

In the terminal build the image using

docker build -t mcg-qldb-image .

and then run the image

docker run --env AWS_ACCESS_KEY_ID --env AWS_SECRET_ACCESS_KEY --env AWS_SESSION_TOKEN  mcg-qldb-image