https://github.com/keyfuse/libracore
A Simple, Powerful, Modular Library for Libra Blockchain As a Service(BAAS)
https://github.com/keyfuse/libracore
blockchain ed25519 go libra
Last synced: 10 months ago
JSON representation
A Simple, Powerful, Modular Library for Libra Blockchain As a Service(BAAS)
- Host: GitHub
- URL: https://github.com/keyfuse/libracore
- Owner: keyfuse
- License: gpl-3.0
- Created: 2019-08-31T04:40:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-08T14:19:25.000Z (over 6 years ago)
- Last Synced: 2023-05-24T07:10:15.559Z (over 2 years ago)
- Topics: blockchain, ed25519, go, libra
- Language: Go
- Size: 17 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# libracore – A Simple, Powerful Library for Libra Blockchain.
[](https://travis-ci.org/keyfuse/libracore) [](https://golangci.com/r/github.com/keyfuse/libracore)[](https://goreportcard.com/report/github.com/keyfuse/libracore) [](https://codecov.io/gh/keyfuse/libracore/branch/master) [](LICENSE)
## libracore
*libracore* is a simple Go (golang) library for creating and manipulating Libra blockchain data structures like creating keys and addresses, creating and signing transactions.
## Overview
* Address creation
* Account query
* Transaction creation, signature and verification
* Two-Party Ed25519 Threshold Signature Scheme (TSS)
## Focus
* Simple and easy to use
* Full test coverage
## Tests
```
$ export GOPATH=`pwd`
$ go get -u github.com/keyfuse/libracore/xcore
$ cd src/github.com/keyfuse/libracore/
$ make test
```
## Examples
- [Addresses](examples/address.go)
- [Accounts](examples/account_query.go)
- [Mint Coins](examples/account_mint.go)
- [Transaction](examples/p2p_transaction.go)
- [Transfer Coins](examples/p2p_transfer.go)
- [Two-Party-Threshold Transaction](examples/two_party_ed25519_transaction.go)
Try Examples:
```
$ make runexamples
```
## Can I trust this code?
> Don't trust. Verify.
## License
libracore is released under the GPLv3 License.