Metadata-Version: 2.1
Name: wallet-eth
Version: 0.0.1
Summary: Ethereum wallet
Home-page: https://x1a0.net
Author: xiaoyue
Author-email: xiaoyue2019@outlook.com
Keywords: ethereum,wallet,cryptocurrencies
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# xy_wallet

一个简单的基于Python的以太坊客户端

```bash

Usage

    wallet token/tool/wallet show/crate/recover ...

Parameters

    token
        token类 add(添加代币)、balance(获取余额)、get_list(获取列表)、send(发送交易)、event(监听转账)
    tool
        tool类 current(获取当前网络)、set(更换网络)
    wallet
        wallet类 show(查看钱包)、crate(创建钱包)、recover(恢复钱包)

```
