Metadata-Version: 2.4
Name: polymarket_proxy_wallet_checker
Version: 0.1.0
Summary: A module to verify if a wallet is a Polymarket proxy (Gnosis Safe)
Home-page: https://github.com/cccciridev/polymarket_proxy_wallet_checker
Author: cccciridev
Author-email: cccciridev@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: httpx>=0.23.0
Requires-Dist: base58>=2.1.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Polymarket Proxy Wallet Validator

A Python module to verify if a given wallet address is a valid Polymarket proxy on the Solana blockchain using Helius API.

---

## Features

- Asynchronously checks the validity of a wallet as a Polymarket proxy.
- Utilizes Helius's proxy URL decoded from a base58 string.
- Easy to integrate into your Python projects.

---

## Installation

Ensure you have the required dependencies:

```bash
pip install httpx
