Metadata-Version: 2.4
Name: alchem-link
Version: 0.1.0
Summary: Alchemy x Chainlink developer package scaffold
Author: meta-oracle
License-Expression: MIT
Project-URL: Homepage, https://github.com/Meta-Oracle/Scematica
Project-URL: Repository, https://github.com/Meta-Oracle/Scematica
Project-URL: Issues, https://github.com/Meta-Oracle/Scematica/issues
Keywords: alchemy,chainlink,web3,solana,oracle,rpc,defi
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Office/Business :: Financial
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Alchem Link

This repository is the starting point for an Alchemy x Chainlink developer package focused on cross-referencing, reverse engineering, and packaging the best developer workflows from both ecosystems.

## Vision

Create a first-of-its-kind toolkit that helps builders:
- connect Alchemy-powered blockchain infrastructure with Chainlink-based oracle and automation patterns
- understand how these systems complement each other
- ship faster with reference implementations and practical integration guidance

## Current scaffold

The package currently exposes a small Python blueprint module that can be expanded into documentation, SDK helpers, examples, and deeper analysis modules.

## Quick start

```bash
python -m unittest discover -s tests
```

## CLI usage

Run the package from the repository root with the local source path enabled:

```bash
$env:PYTHONPATH = "src"
python -m alchem_link.cli blueprint
python -m alchem_link.cli alchemy
python -m alchem_link.cli chainlink
python -m alchem_link.cli integration
python -m alchem_link.cli list
```

Use `python -m alchem_link.cli --help` to see the available options.
