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
- Host: GitHub
- URL: https://github.com/qingyang-id/librajs
- Owner: qingyang-id
- Created: 2019-06-27T13:14:07.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-12T00:57:53.000Z (about 5 years ago)
- Last Synced: 2025-06-29T11:38:27.128Z (11 months ago)
- Topics: libra, librajs, wallet
- Language: JavaScript
- Homepage:
- Size: 108 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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
```