@bloxapp/blox-live
v0.1.0
Published
[<img src="https://www.bloxstaking.com/wp-content/uploads/2020/04/Blox-Staking_logo_blue.png" width="100">](https://www.bloxstaking.com/)
Downloads
3
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.