@bloxapp/blox-live

Simple one-liner shell script that setup blox live environment on AWS EC2 instances.

Usage no npm install needed!

<script type="module">
  import bloxappBloxLive from 'https://cdn.skypack.dev/@bloxapp/blox-live';
</script>

README

Blox CLI for Staking

Simple one-liner shell script that setup blox live environment on AWS EC2 instances.

Requirements

  • Existed AWS account or Sign up.
  • Create an IAM user and define that user's permissions for full EC2 access.
  • Create the access key under IAM user. Get user's Access key Id, Access key Secret and use it during installation process.

Installation

Installation process includes NodeJS LTS version setup if it's not exists and CLI binary command which are global npm package based on javascript application.

We use easy to read url which are direct link to our public git repo.

curl -s https://blox-live.now.sh | bash -s -- && source ~/.profile && blox-live --otp XXXXXXXXX

If the script is failed or you need to run one more time, do the following:

blox-live --otp XXXXXXXXX

As result, will be installed CLI executive command blox-live and after installation process it will be automatically run.