Kudu
A Rust library for interacting with Antelope blockchains
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
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.