UNPKG

blcf-connex

Version:

Standard interface to connect DApp with BlueCefa and user

21 lines (12 loc) 555 B
## Introduction Connex is the standard interface to connect BlueCefa apps with BlueCefa blockchain and user. `Connex` is a set of well-designed APIs for developers, with injected `Connex Object` in web applications they can easily build decentralized applications. ## Get Started ### Install #### TypeScript(Recommended) ``` bash npm install blcf-connex --save-dev ``` ## License Connex is licensed under the [GNU Lesser General Public License v3.0](https://www.gnu.org/licenses/lgpl-3.0.html), also included in *LICENSE* file in the repository.