Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)

Awesome Lists containing this project

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
```