Threw together a quick re-hash of the “My First Transaction” tutorial except using Amazon’s Cloud9 IDE, for those of you are not familiar with it, it is a browser-based IDE that runs on top of an EC2 Linux server; you can read more about it Here
Right now I just cover how to setup the IDE, expand your attached EBS volume, install dependencies for Ubuntu 18.04 to ensure you do not run into any errors and some sample libra
CLI operations.
I will be expanding the project in the next few days to include making a local test net, connecting to it from another work station and including some other helper scripts – eventually looking to move from Cloud9 to Fargate or EKS, so stay tuned