Skip to content

digigaia/kudu

Repository files navigation

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

Kudu is also available as python bindings in the kudu-py folder. These bindings currently mostly cover those classes needed to be able to send transactions to a network client, so that means Name, Action, Transaction, PrivateKey, TimePoint, etc. are already implemented.

License

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

About

Rust library for interacting with Antelope blockchains

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors