Official Go library.
This library allows you to do the following:
- Create blocks with tagged data and transaction payloads
- Get blocks and outputs
- Sign transactions
- Generate addresses
- Interact with an IOTA node
- Act as a foundation for Go based node software
If you need to have more sophisticated account management, have a look at wallet.rs for which we also provide bindings in Python and JavaScript.
This library was mainly tested with Go version 1.16.x
To use the library, we recommend you update Go to the latest stable version.
Using the library is easy, just go get
it as any other dependency:
go get github.com/iotaledger/iota.go/v4
You can read the API reference here.
If you want to get involved in the community, need help with setting up, have any issues or just want to discuss IOTA
with other people, feel free to join our Discord in the #clients-dev
and #clients-discussion
channels.
The MIT license can be found here.