Metadata-Version: 2.4
Name: crypto-wallet-sdk
Version: 1.8.3
Summary: # crypto-wallet-sdk
Home-page: https://github.com/dev/crypto-wallet-sdk
Author: opensource-dev
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-python
Dynamic: summary

# crypto-wallet-sdk
> Universal crypto wallet SDK — BTC, ETH, SOL, TRX, XRP
## Install
```bash
pip install crypto-wallet-sdk
```
## Quick Start
```python
import crypto_wallet_sdk
wallet = crypto_wallet_sdk.create_wallet()
```
## License
MIT
