anda_bnb 0.2.0

Anda agent tools offers integration with the BNB chain.
Documentation
# `anda_bnb` - Enables AI Agent to interact with BNB blockchain (BNB)

[![Crates.io](https://img.shields.io/crates/d/anda_bnb.svg)](https://crates.io/crates/anda_bnb)
[![Test](https://github.com/ldclabs/anda/actions/workflows/test.yml/badge.svg)](https://github.com/ldclabs/anda/actions/workflows/test.yml)
[![Docs.rs](https://docs.rs/anda_bnb/badge.svg)](https://docs.rs/anda_bnb)
[![Latest Version](https://img.shields.io/crates/v/anda_bnb.svg)](https://crates.io/crates/anda_bnb)

`anda_bnb` provides integration between the Anda agent framework and the BNB blockchain (BNB), enabling AI Agents to directly interact with BNB blockchain functionalities. Current features include:

1. `anda_bnb::ledger::transfer::TransferTool`: BNB token transfer utility
2. `anda_bnb::ledger::balance::BalanceTool`: BNB token balance query utility

Additional features will be introduced in future releases.

For more detailed information, please refer to the [crate documentation][docs].

## License
Copyright © 2025 [LDC Labs](https://github.com/ldclabs).

`ldclabs/anda` is licensed under the MIT License. See the [MIT license][license] for the full license text.

### Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in `anda` by you, shall be licensed as MIT, without any
additional terms or conditions.

[docs]: https://docs.rs/anda_bnb
[license]: ./../../LICENSE-MIT