Metadata-Version: 2.4
Name: ape-sonic
Version: 0.8.1
Summary: ape-sonic: Ape Ecosystem Plugin for Sonic
Author-email: "ApeWorX Ltd." <admin@apeworx.io>
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/ApeWorX/ape-sonic
Keywords: ethereum
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: eth-ape<0.9,>=0.8.18
Dynamic: license-file

# Quick Start

Ecosystem Plugin for Sonic support in Ape

## Dependencies

- [Python 3](https://www.python.org/downloads) version 3.10 or greater.

## Installation

### via `ape`

You can install this plugin using `ape`:

```bash
ape plugins install sonic
```

or via config file:

```yaml
# ape-config.yaml
plugins:
  - name: sonic
```

### via `pip`

You can install the latest release via [`pip`](https://pypi.org/project/pip/):

```bash
pip install ape-sonic
```

### via source

You can clone the repository and install for development:

```bash
git clone https://github.com/ApeWorX/ape-sonic.git
cd ape-sonic
uv sync --group dev
uv run prek install
```

## Quick Usage

Installing this plugin adds support for the Sonic ecosystem:

```bash
ape console --network sonic:mainnet
```
