-
Notifications
You must be signed in to change notification settings - Fork 0
/
blocklet.yml
55 lines (55 loc) · 1.05 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
name: did-connect-react
version: 2.2.1
description: DID Connect React Component Library
keywords:
- relay
author:
name: wangshijun
email: [email protected]
url: https://github.com/wangshijun
homepage: ''
license: ''
main: dist
repository:
type: git
url: git+https://github.com/ArcBlock/did-connect.git
title: DID Connect React
group: static
logo: logo.png
specVersion: 1.2.8
files: []
interfaces:
- type: web
name: publicUrl
path: /
prefix: '*'
port: BLOCKLET_PORT
protocol: http
did: z8ia1M5UMqdqFvjLJmPaNdQ7UueRzGw6agp7R
community: ''
documentation: ''
payment:
price: []
share: []
timeout:
start: 60
requirements:
server: '>=1.7.0'
os: '*'
cpu: '*'
environments:
- name: CHAIN_HOST
description: Please provide endpoint of the chain where NFT factory are stored
required: true
default: https://beta.abtnetwork.io/api/
secure: false
shared: true
capabilities:
clusterMode: false
component: true
navigation: true
serverless: true
screenshots: []
scripts:
dev: npm run storybook:start
components: []