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

38 lines (23 loc) 761 B
# DID Connect Your Platform to Build Identity Applications, for more detail please checkout [didconnect.io](https://www.didconnect.io) ## How To Get Started ### 1. install `DID Connect` from ABT Node marketplace ### 2. config the required environments #### 2.1 MONGO_URI A valid MongoDB connection url like: ``` mongodb://127.0.0.1:27017/did-connect-service ``` #### 2.2 APP_CHAIN_ID A valid chain id, you can start a chain by `Blockchain Manager` blocklet, or you can use our test chain: ``` // zinc chain id: zinc-2019-05-17 ``` #### 2.3 APP_CHAIN_HOST A valid chain host, you can start a chain by `Blockchain Manager` blocklet, or you can use our test chain: ``` // zinc chain host: https://zinc.abtnetwork.io/api ``` ### 3. start the blocklet