Skip to content

Instantly share code, notes, and snippets.

@linchen1987
Created March 30, 2022 09:09
Show Gist options
  • Save linchen1987/f780a816f8d90d244860ef1fdc77d6c5 to your computer and use it in GitHub Desktop.
Save linchen1987/f780a816f8d90d244860ef1fdc77d6c5 to your computer and use it in GitHub Desktop.
name: dapp-mini
version: 1.2.0
license: ''
title: Dapp Mini
description: ABT Node blocklet project
group: static
main: web
author:
name: linchen1987
specVersion: 1.2.3
files:
- web
- hooks
interfaces:
- type: web
name: publicUrl
path: /
prefix: '*'
port: BLOCKLET_PORT
protocol: http
services:
- name: 'auth'
config:
blockUnauthenticated: false
did: z8iZtmDf4RpC8cWTYEtsK49Af4Qd43PSZt6G1
community: ''
documentation: ''
homepage: ''
timeout:
start: 60
requirements:
abtnode: '>=1.1.0'
os: '*'
cpu: '*'
fuels:
- endpoint: 'https://beta.abtnetwork.io/api/'
address: 'z35nBjRANJCrTGuKwz5LWsBan4HbDS1SpHoDZ'
value: '0.2'
reason: 'For Sending Transactions'
environments:
- name: CHAIN_HOST
description: Please provide endpoint of the chain
required: true
default: 'https://beta.abtnetwork.io/api/'
secure: false
- name: TEST_PROP_1
description: 'Can be any value, Just For Test'
default: ''
required: true
secure: false
screenshots: []
payment:
price: []
share: []
capabilities:
clusterMode: false
component: true
scripts:
preStart: node hooks/pre-start.js
children: []
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment