[PR #3181] [CLOSED] feat(integrations): add GoldRush (Covalent) JavaScript tool integration #3252

Closed
opened 2026-06-05 18:21:34 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3181
Author: @JayeHarrill
Created: 3/17/2026
Status: Closed

Base: mainHead: add-goldrush-tool-integration


📝 Commits (2)

  • 414e980 feat(integrations): add GoldRush (Covalent) JavaScript tool integration
  • 7e51177 feat(integrations): add GoldRush to JavaScript tools index

📊 Changes

2 files changed (+191 additions, -0 deletions)

View changed files

src/oss/javascript/integrations/tools/goldrush.mdx (+184 -0)
📝 src/oss/javascript/integrations/tools/index.mdx (+7 -0)

📄 Description

Summary

Adds official documentation for the @covalenthq/langchain-goldrush package — 36 production-ready LangChain tools for on-chain blockchain data via the GoldRush (Covalent) API.

Changes:

  • New page: src/oss/javascript/integrations/tools/goldrush.mdx — full integration guide with setup, instantiation, invocation, and agent usage examples
  • Updated: src/oss/javascript/integrations/tools/index.mdx — added GoldRush card to the tools listing (alphabetically placed between FalkorDB and Google)

Package details:

  • npm: @covalenthq/langchain-goldrush
  • GitHub: https://github.com/dinxsh/goldrush-langchain
  • 36 StructuredTool instances across 8 service groups (balances, NFTs, transactions, Bitcoin, pricing, cross-chain, security, utility)
  • Supports 60+ blockchain networks
  • Zod-validated inputs, consistent JSON envelope output, BigInt-safe serialization, automatic retry with exponential backoff

This follows the existing pattern for third-party standalone integration packages (similar to Composio, Exa, etc.).

Test plan

  • Verify the new page renders correctly at /oss/integrations/tools/goldrush
  • Verify GoldRush card appears on the tools index page
  • Check all code examples are valid TypeScript
  • Confirm links to goldrush.dev and GitHub resolve

🤖 Generated with Claude Code


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/3181 **Author:** [@JayeHarrill](https://github.com/JayeHarrill) **Created:** 3/17/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `add-goldrush-tool-integration` --- ### 📝 Commits (2) - [`414e980`](https://github.com/langchain-ai/docs/commit/414e980492865475ce58c1b8a53884bca03323c1) feat(integrations): add GoldRush (Covalent) JavaScript tool integration - [`7e51177`](https://github.com/langchain-ai/docs/commit/7e511771c886ff4dbf80fab37be2339abe0c7b82) feat(integrations): add GoldRush to JavaScript tools index ### 📊 Changes **2 files changed** (+191 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `src/oss/javascript/integrations/tools/goldrush.mdx` (+184 -0) 📝 `src/oss/javascript/integrations/tools/index.mdx` (+7 -0) </details> ### 📄 Description ## Summary Adds official documentation for the [`@covalenthq/langchain-goldrush`](https://www.npmjs.com/package/@covalenthq/langchain-goldrush) package — 36 production-ready LangChain tools for on-chain blockchain data via the [GoldRush (Covalent)](https://goldrush.dev) API. **Changes:** - New page: `src/oss/javascript/integrations/tools/goldrush.mdx` — full integration guide with setup, instantiation, invocation, and agent usage examples - Updated: `src/oss/javascript/integrations/tools/index.mdx` — added GoldRush card to the tools listing (alphabetically placed between FalkorDB and Google) **Package details:** - npm: `@covalenthq/langchain-goldrush` - GitHub: https://github.com/dinxsh/goldrush-langchain - 36 `StructuredTool` instances across 8 service groups (balances, NFTs, transactions, Bitcoin, pricing, cross-chain, security, utility) - Supports 60+ blockchain networks - Zod-validated inputs, consistent JSON envelope output, BigInt-safe serialization, automatic retry with exponential backoff This follows the existing pattern for third-party standalone integration packages (similar to Composio, Exa, etc.). ## Test plan - [ ] Verify the new page renders correctly at `/oss/integrations/tools/goldrush` - [ ] Verify GoldRush card appears on the tools index page - [ ] Check all code examples are valid TypeScript - [ ] Confirm links to goldrush.dev and GitHub resolve 🤖 Generated with [Claude Code](https://claude.com/claude-code) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 18:21:34 -04:00
yindo closed this issue 2026-06-05 18:21:34 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#3252