Metadata-Version: 2.1
Name: web3-validators
Version: 2.0.0
Summary: A utility package for transferring crypto assets across different blockchains
Home-page: https://github.com/zeus
Author: zeus
Author-email: zeus@protonmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: web3 (>=6.0.0)
Requires-Dist: solana (>=0.29.0)
Requires-Dist: solders (>=0.16.0)

# web3_validators

A utility package for transferring crypto assets across different blockchains.

## Installation

```bash
pip install web3_validators

