An open API service indexing awesome lists of open source software.

https://github.com/qingyang-id/librajs

Client for FaceBook Libra
https://github.com/qingyang-id/librajs

libra librajs wallet

Last synced: 5 months ago
JSON representation

Client for FaceBook Libra

Awesome Lists containing this project

README

          

# Client for FaceBook Libra

## environment needed
* node >= `^10.16.0`
* npm >= `^6.9.0`

## start

``` bash
# install packages
npm install

# test
npm run test
```