Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 430 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 430 Bytes

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.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build