Metadata-Version: 2.1
Name: karrotcapital.spiderswap
Version: 0.1.0
Summary: A package for interacting with the SpiderSwap API
Home-page: https://docs.karrot.capital
Author: Dutch - Karrot Capital
Author-email: dutch@karrot.capital
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
Requires-Dist: aiohttp>=3.7.4
Requires-Dist: solana>=0.21.0
Requires-Dist: base58>=2.1.0

# karrotcapital.spiderswap

Welcome to the `karrotcapital.spiderswap` package, a community-developed tool by Karrot Capital designed to interact seamlessly with the SpiderSwap API on the Solana blockchain. This package provides a robust and user-friendly set of functions to facilitate token swaps and transaction management.

## Installation

Install the package using pip:

```bash
pip install karrotcapital.spiderswap
```

## Getting Started

### Initialization

First, initialize the Spiderswap class with your API key:

```python
from karrotcapital.spiderswap import Spiderswap

spiderswap = Spiderswap('your-api-key')
```

### Functions Overview
Token Swaps
- getSwapRaw
- getSwap

Transaction Management
- createTransaction
- sendTransaction

Quote Retrieval
- getQuoteRaw
- getQuote

## Documentation
For detailed information on how to use each function, including installation instructions, usage examples, and API references, please visit our comprehensive documentation at [Karrot Capital Documentation](https://docs.karrot.capital/).

Thank you for using the `@karrotcapital/spiderswap` package. We hope it helps you integrate with the SpiderSwap API effortlessly and effectively. Happy coding!
