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 thekuduconvCLI 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.
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.