name: abt-node-launcher
title: ABT Node Launcher
version: 1.2.3
description: >-
  The blocklet that helps you manage ABT Node instances across cloud providers
  such as AWS, Azure
keywords:
  - dapp
  - launcher
files:
  - build
  - screenshots
  - logo.png
  - blocklet.md
  - README.md
author:
  name: wangshijun
  email: shijun@arcblock.io
repository:
  type: git
  url: 'https://github.com/ArcBlock/abt-node/tree/master/blocklets/abt-node-launcher'
license: Apache-2.0
group: dapp
main: blocklet.js
logo: logo.png
community: 'https://community.arcblockio.cn'
documentation: ''
homepage: ''
screenshots: []
support: support@arcblock.io
environments:
  - name: AWS_ACCESS_KEY_ID
    description: AWS Access Key ID
    required: true
    secure: true
    default: ''
  - name: AWS_SECRET_ACCESS_KEY
    description: AWS Access Secret
    required: true
    secure: true
    default: ''
  - name: AWS_SESSION_TOKEN
    description: AWS Session Token
    required: false
    secure: true
    default: ''
scripts:
  preDeploy: npm run bundle
  dev: npm run start
specVersion: 1.0.1
did: z8iZtEm3ozV3yhZ3gZ7EXppsseS3bPV8wyPft
interfaces:
  - type: web
    name: adminUrl
    path: /
    prefix: '*'
    port: BLOCKLET_PORT
    protocol: tcp
timeout:
  start: 10
gitHash: 106468dff990879787438bed8873a95aa690890d
