1.0.0 • Published 6 months ago
blinxai-node v1.0.0
BLINX AI FRAMEWORK
This project provides utilities for fetching and interacting with market data on Solana, leveraging Bitquery and DexScreener APIs. It supports querying market cap, top holders, trending tokens, and executing transactions.
Features
- Fetch Market Cap: Retrieve market cap data for Solana tokens using DexScreener.
- Top Holders: Identify the top holders of a specific token using Bitquery.
- Top Buyers: List the top buyers of a token from recent trades.
- Trending Tokens: Discover trending tokens based on recent activity.
- Transaction Execution: Send transactions for specific actions (e.g., pump, trade) to Solana pools.
Prerequisites
- Node.js (>= 16.x)
- npm (or yarn) installed
- A valid Bitquery API key
- SOLANA_PRIVATE_KEY
Dependencies
The project utilizes the following dependencies:
Dependency | Version | Description |
---|---|---|
@solana/web3.js | ^1.98.0 | Interact with Solana blockchain. |
dotenv | ^16.4.7 | Load environment variables from a .env file. |
node-fetch | ^3.3.2 | Lightweight HTTP client for making API requests. |
bs58 | ^6.0.0 | Base58 encoding/decoding for Solana addresses. |
Dev Dependencies
The project utilizes the following development dependencies:
Dependency | Version | Purpose |
---|---|---|
typescript | ^5.7.3 | Strongly-typed JavaScript for scalable and reliable code. |
ts-node | ^10.9.2 | Execute TypeScript code without transpiling it first. |
Install dependencies with:
npm install
## 🤝 Contribution
We welcome contributions! To get started:
- Fork the repository.
- Create a new branch (feature/my-feature).
- Make your changes and commit them.
- Open a pull request.
1.0.0
6 months ago