Comprehensive blockchain toolkit for Ethereum wallet management, smart contract interaction, NFT minting, token balance checks, and gas fee monitoring.
# blockchain-web3-toolkit ## 名称 / Name - **中文**: 区块链Web3工具包 - **English**: Blockchain Web3 Toolkit ## 描述 / Description - **中文**: 一站式区块链开发工具,支持以太坊钱包管理、智能合约交互、NFT操作、Gas费用监控等功能 - **English**: All-in-one blockchain development toolkit supporting Ethereum wallet management, smart contract interaction, NFT operations, and gas fee monitoring ## 版本 / Version 1.0.0 ## 作者 / Author Kimi Claw ## 分类 / Category Blockchain, Web3, Crypto ## 依赖 / Dependencies - web3.py >= 6.0.0 - eth-account >= 0.8.0 - cryptography >= 3.4.8 ## 使用场景 / Use Cases - 以太坊钱包创建与管理 - 智能合约部署与调用 - NFT铸造与转移 - Gas费用实时监控 - 代币余额查询 ## 命令 / Commands ```bash # 创建新钱包 python scripts/create_wallet.py # 查询ETH余额 python scripts/get_balance.py --address 0x... # 部署合约 python scripts/deploy_contract.py --abi abi.json --bytecode bytecode.bin # 铸造NFT python scripts/mint_nft.py --contract 0x... --to 0x... --token-uri ipfs://... # 监控Gas价格 python scripts/gas_monitor.py ``` ## 触发词 / Triggers - blockchain, web3, ethereum, smart contract, NFT, wallet, crypto, gas fee - 区块链、智能合约、以太、钱包、加密、代币
don't have the plugin yet? install it then click "run inline in claude" again.