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

https://github.com/smallnest/libra-wallet

a libra wallet example in go
https://github.com/smallnest/libra-wallet

bitcoin blockchain libra wallet

Last synced: 3 months ago
JSON representation

a libra wallet example in go

Awesome Lists containing this project

README

          

# Libra Wallet

a simple libra wallet example. [rust version](https://github.com/smallnest/libra-wallet-rust).

[demo](http://libra.rpcx.site)

![](assets/images/snapshoot.png)

It uses [codemaveric/libra-go](github.com/codemaveric/libra-go) as the libra client library.

**Notice**: It is a a simple example and implemented for technical verification.