Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Alchemy Tools and updated Read Me #3

Merged
merged 1 commit into from
Mar 9, 2025

Conversation

danilowhk
Copy link
Member

Alchemy API Integration & Documentation Update

Overview

This PR adds comprehensive Alchemy API support to the FLASH toolkit, implements 18+ new blockchain interaction tools, and enhances documentation. The implementation follows the same pattern as existing tools, making it easy to integrate with AI agents.

New Features

Alchemy API Integration

  • Token Price APIs:

    • Get token prices by symbol
    • Get token prices by address
    • Get historical token prices with customizable time ranges
  • Blockchain State & Interaction:

    • Core blockchain data (blocks, transactions, accounts)
    • Smart contract interaction (logs, contract calls)
    • Gas management and fee estimation
    • EVM RPC method access

Ethereum RPC Methods Implemented

  • eth_accounts - Returns list of addresses owned by client
  • eth_blockNumber - Returns the latest block number
  • eth_chainId - Returns the current chain ID
  • eth_estimateGas - Estimates gas needed for transaction execution
  • eth_feeHistory - Returns fee data for specified block range
  • eth_gasPrice - Returns current gas price
  • eth_getBalance - Returns account balance
  • eth_getBlock - Returns information about a block
  • eth_getLogs - Returns logs matching filter criteria
  • eth_getTransaction - Returns transaction details

Documentation Updates

  • Added total tool count (34+) to README
  • Organized Alchemy tools under appropriate categories
  • Added detailed breakdown of Hyperbolic Agentic Kit tools:
    • GPU Management (availability, rental, termination, status)
    • Account Management (balance, spend history, wallet linking)
  • Enhanced Google Integration description with specific tool listings
  • Improved formatting and consistency throughout documentation

@Arthur-Jacobina Arthur-Jacobina merged commit bb54125 into main Mar 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants