项目作者: iotaledger

项目描述 :
IOTA Go API库
高级语言: Go
项目地址: git://github.com/iotaledger/iota.go.git
创建时间: 2016-12-05T22:40:28Z
项目社区:https://github.com/iotaledger/iota.go

开源协议:MIT License

下载


iota.go

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.

Requirements

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

Using the library is easy, just go get it as any other dependency:

  1. go get github.com/iotaledger/iota.go/v4

API reference

You can read the API reference here.

Joining the discussion

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.

License

The MIT license can be found here.