-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblocklet.yml
57 lines (57 loc) · 1.01 KB
/
blocklet.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
name: blocklet-project
title: blocklet-project
description: A Blocklet DAPP blocklet
keywords:
- blocklet
- vue
group: dapp
did: z8iZmdaP7DEBa5g4w9w6RokmxcYPWstWn1tkF
main: api/index.js
author:
name: xlq
email: [email protected]
repository:
type: git
url: git+https://github.com/blocklet/create-blocklet.git
specVersion: 1.1.1
version: 0.1.0
logo: logo.png
files:
- dist
- logo.png
- README.md
- blocklet.md
- screenshots
- api/hooks/pre-start.js
interfaces:
- type: web
name: publicUrl
path: /
prefix: "*"
port: BLOCKLET_PORT
protocol: http
community: ""
documentation: ""
homepage: ""
license: ""
payment:
price: []
share: []
timeout:
start: 60
requirements:
server: ">=1.6.29"
os: "*"
cpu: "*"
scripts:
preStart: node api/hooks/pre-start.js
dev: npm run start
environments:
- name: CHAIN_HOST
description: What's endpoint of the chain?
required: true
default: https://beta.abtnetwork.io/api/
secure: false
capabilities: {}
screenshots: []
children: []