stomata-web3

Crates.iostomata-web3
lib.rsstomata-web3
version0.0.2
created_at2025-12-08 17:58:05.581456+00
updated_at2025-12-30 19:54:01.830976+00
descriptionWeb3 library to work with Stomata cli or used independently
homepage
repositoryhttps://github.com/aditya172926/stomata-cli
max_upload_size
id1974142
size42,742
Aditya Singh (aditya172926)

documentation

README

Web3 lib

This lib can be used with Stomata-CLI for interactive display and interaction.

This crate has interactive and non-interactive features that users can use. These will be listed down here.

The difference between interactive features and non-interactive features is that cli renders a TUI for interactive feature, and non-interactive features would just print the results in the user's terminal and exit.

Non-interactive features

  • EVM Address validation To validate an EVM address and get its checksummed format.
stomata web3 av --address 0x...

This cmd returns either a valid checksummed address or an error for Invalid address with incorrect length or hex characters. Implemented EIP-55

Commit count: 195

cargo fmt