UNPKG

@antbat/base-client-js

Version:

Base JS library for BASE-platform

39 lines (28 loc) 1.29 kB
# BASE-CLIENT-JS JS client side library for interaction with BASE platform. [![Build Status](https://travis-ci.org/bitclave/base-client-js.svg?branch=develop)](https://travis-ci.org/bitclave/base-client-js) [![Coverage Status](https://coveralls.io/repos/github/bitclave/base-client-js/badge.svg)](https://coveralls.io/github/bitclave/base-client-js) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) This repository contains code for BASE-CLIENT-JS library. This library can be integrated by our partners to interact with BASE platform from client side. The library does not store any keys. The repository also includes an example application, demonstrating how to integrate the library in WEB application # Overview ![Alt text](https://github.com/bitclave/base-client-js/blob/develop/images/base_phase1_overview.png) # How to build - from root directory run ``` ./install_lib.sh ``` # How to run example application - from example directory run ``` npm start ``` # How to run tests - from root directory run ``` node ./external/Signer.js --authPK 02e2d9c04891bf7f9934041d7171ade343e540f5d18bd357cde4ef175da3de7e06 --host https://base2-bitclva-com.herokuapp.com & npm test ``` # Env variables for test + SIGNER + BASE_NODE_URL