Metadata-Version: 2.4
Name: nexa-v6-sdk
Version: 1.0.0
Summary: Canonical Python SDK for Nexa V6 Solver discovery and execution
Author: Nexa
License-Expression: ISC
Project-URL: Repository, https://github.com/VihanA42425D/nexa-solver-integration
Keywords: nexa,erc-7683,solver,bridge,intent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: requests<3,>=2.32
Requires-Dist: eth-abi<6,>=5.2
Requires-Dist: eth-hash[pycryptodome]<1,>=0.8
Requires-Dist: eth-keys<1,>=0.7
Requires-Dist: eth-utils<6,>=5
Provides-Extra: test
Requires-Dist: pytest<10,>=8; extra == "test"

# nexa-v6-sdk

Canonical Python implementation of the frozen Nexa V6 SDK contract.

```python
from nexa_v6_sdk import NexaV6Client

client = NexaV6Client()
routes = client.getRoutes({"sourceChainId": 8453})
```

Feed verification is mandatory inside `getRoutes`. Signing remains in the caller wallet or KMS.

