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.
This project is licensed under the GNU Affero General Public License v3.0 or later - see the LICENSE file for details.