Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dpikalov/libra-wallet
Libra wallet , demo web-app (list accounts, transactions, minting, transfer)
https://github.com/dpikalov/libra-wallet
Last synced: about 2 months ago
JSON representation
Libra wallet , demo web-app (list accounts, transactions, minting, transfer)
- Host: GitHub
- URL: https://github.com/dpikalov/libra-wallet
- Owner: dpikalov
- Created: 2019-06-26T12:57:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T01:16:35.000Z (about 2 years ago)
- Last Synced: 2024-08-03T18:14:22.280Z (5 months ago)
- Language: CSS
- Homepage:
- Size: 5.42 MB
- Stars: 5
- Watchers: 0
- Forks: 2
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-libra - Libra Wallet - Wallet frontend, don't have backend. (Wallets)
README
# Libra wallet demo
Currently, FB doesn't provide full API to implement web-wallet, thus we used
Libra CLI running on server + service to map client requests to CLI commands.![](https://github.com/dpikalov/libra-wallet/blob/master/doc/libra-wallet-demo.png)
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```