Python client for Cricket Protocol — DeFi intelligence and execution suite
Project description
cricket-client
Python client for Cricket Protocol — DeFi intelligence and execution suite.
Install
pip install cricket-client
Usage
import asyncio
from cricket_client import CricketClient
async def main():
async with CricketClient(api_key="your-api-key") as client:
# Price feeds
quotes = await client.pulse.get_price("SOL")
# Rug-pull scanning
scan = await client.mantis.scan("token-address")
# Wallet intelligence
profile = await client.firefly.get_wallet("wallet-address")
# Smart contract analysis
result = await client.debugger.analyze(source_code, "solidity")
asyncio.run(main())
Modules
- Pulse — unified price feeds across CEX and DEX venues
- Mantis — rug-pull detection and token risk scoring
- Firefly — wallet intelligence and smart money signals
- Chirps — notification channel management
- Debugger — smart contract vulnerability scanning
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cricket_client-0.1.0.tar.gz
(5.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cricket_client-0.1.0.tar.gz.
File metadata
- Download URL: cricket_client-0.1.0.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9d375046b6039a5614fd6525341fad936eaf1ce3245fcad60f8ced8edbe41fb8
|
|
| MD5 |
36bfe2e7d80e9b536275966e56d94a41
|
|
| BLAKE2b-256 |
21b03bdadb9a45cbf0b193d16293b124d7d9e19519a7de35134766275300dc37
|
File details
Details for the file cricket_client-0.1.0-py3-none-any.whl.
File metadata
- Download URL: cricket_client-0.1.0-py3-none-any.whl
- Upload date:
- Size: 8.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
94cb271a6c762bad492dc40265623012da52b6ac687eb661b0fee5a6b878184c
|
|
| MD5 |
0f2264b756201df82785242712b7b462
|
|
| BLAKE2b-256 |
580372efa83acfba594f676230a1689d44ff345a3d1a9d44f39441c953030ba3
|