1.0.0 • Published 6 months ago

blinxai-node v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

Logo

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:

DependencyVersionDescription
@solana/web3.js^1.98.0Interact with Solana blockchain.
dotenv^16.4.7Load environment variables from a .env file.
node-fetch^3.3.2Lightweight HTTP client for making API requests.
bs58^6.0.0Base58 encoding/decoding for Solana addresses.

Dev Dependencies

The project utilizes the following development dependencies:

DependencyVersionPurpose
typescript^5.7.3Strongly-typed JavaScript for scalable and reliable code.
ts-node^10.9.2Execute 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.