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
- Host: GitHub
- URL: https://github.com/smallnest/libra-wallet
- Owner: smallnest
- Created: 2019-07-11T07:41:11.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-16T10:41:45.000Z (almost 7 years ago)
- Last Synced: 2025-04-05T00:41:23.962Z (about 1 year ago)
- Topics: bitcoin, blockchain, libra, wallet
- Language: HTML
- Size: 409 KB
- Stars: 9
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)

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.