UNPKG

@arcblock/blocklet-registry

Version:

**Blocklets** are reusable building blocks to help developers and community users to build things on [ArcBlock](https://www.arcblock.io) platform. A blocklet serves one and only one purpose, reusability is the core design philosophy of blocklets. Reusabil

65 lines (64 loc) 1.42 kB
name: ocap-qldb-adapter title: QLDB Manager version: 0.6.1 description: Simple app that serve an OCAP adapter which uses AWS QLDB as backend keywords: - qldb - adapter author: name: wangshijun email: wangshijun2010@gmail.com url: 'http://github.com/wangshijun' license: Apache-2.0 files: - lib/hooks/pre-start.js - blocklet.md - README.md repository: type: git url: 'git+https://github.com/blocklet/ocap-qldb-example.git' group: dapp main: blocklet.js community: '' documentation: '' homepage: '' screenshots: [] support: support@arcblock.io environments: - name: AWS_ACCESS_KEY_ID description: AWS Access Key ID required: true default: '' secure: true - name: AWS_SECRET_ACCESS_KEY description: AWS Access Secret required: true default: '' secure: true - name: AWS_LEDGER description: QLDB ledger name required: false default: ocap-qldb-demo secure: false - name: AWS_REGION description: Which region the ledger is created required: false default: us-west-2 secure: false scripts: preStart: node lib/hooks/pre-start.js dev: npm run start specVersion: 1.0.1 capabilities: dynamicPathPrefix: true did: z8iZpWP3gto8RWk9UHfvAaYtqX5wZ3Mz9BrHA interfaces: - name: publicUrl type: web path: / prefix: '*' protocol: tcp port: BLOCKLET_PORT timeout: start: 10 gitHash: 2d5494d412282eced19128b9d9ddc0bbe4acd0d1