vulpemventures / go-elements

Go support for Liquid/Elements transactions
MIT License
27 stars 12 forks source link

go-elements

Go PkgGoDev Release Go Report Card Bitcoin Donate

Go support for confidential transactions on Elements-based blockchains

The package is currently being developed. For stable versions, you must refer to the latest release

Install

# Install latest tagged release
$ go get github.com/vulpemventures/go-elements@latest

πŸ‘€ Examples

πŸ›£ Roadmap

πŸ–₯ Development

$ git clone https://github.com/vulpemventures/go-elements.git
$ cd go-elements
$ go get -t -v ./...

For running tests it is required to have a running Nigiri locally, or at least a remote one reachable from the outside.
To run the tests it is mandatory to export an API_URL environment variable pointing to the URL of nigiri-chopsticks.

$ nigiri start --liquid
$ make test
$ godoc -http ":8080"

http://localhost:8080/pkg/github.com/vulpemventures/go-elements/

πŸ‘·β€β™‚οΈ Contributors

License MIT