libracore is a simple Go (golang) library for creating and manipulating Libra blockchain data structures like creating keys and addresses, creating and signing transactions.
- Address creation
- Account query
- Transaction creation, signature and verification
- Two-Party Ed25519 Threshold Signature Scheme (TSS)
- Simple and easy to use
- Full test coverage
$ export GOPATH=`pwd`
$ go get -u github.com/keyfuse/libracore/xcore
$ cd src/github.com/keyfuse/libracore/
$ make test
Try Examples:
$ make runexamples
Don't trust. Verify.
libracore is released under the GPLv3 License.