Link to schemas that the ledger will follow can be found here
For this use case we follow the following process flow:
Create an Free tier Amazon Web Service account
To Set up environment we will use docker container.
Open terminal and cd into the MCG_QLDB folder
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"
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