kudu 0.2.0

Library for interacting with Antelope blockchains
Documentation

Kudu

A Rust library for interacting with Antelope blockchains

Latest published Kudu version Documentation build status AGPLv3+ license

Kudu is a library that provides data types and functions to interact with Antelope blockchains.

It is subdivided into 3 main crates for now:

  • kudu: contains the core types and ABI functionality. It also provides the kuduconv CLI tool.
  • kudu-esr: provides ESR (EOSIO Signing Request) utils.
  • kudune: is a CLI tool that helps you manage and run nodeos instances in Docker. It aims at replacing the deprecated DUNES utility

Architecture

See ARCHITECTURE.md for details.

License

This project is licensed under the GNU Affero General Public License v3.0 or later - see the LICENSE file for details.