diff --git a/pages/dev-ecosystem-providers/indexers/goldrush.mdx b/pages/dev-ecosystem-providers/indexers/goldrush.mdx index edc188a2..0691c764 100644 --- a/pages/dev-ecosystem-providers/indexers/goldrush.mdx +++ b/pages/dev-ecosystem-providers/indexers/goldrush.mdx @@ -1,3 +1,7 @@ +import {ImageWithCaption} from '../../../components'; + +import imgWalletUiComponent from "../../../public/assets/ecosystem/resources/goldrush/wallet_ui_component.png"; + # GoldRush - powered by Covalent [GoldRush](https://goldrush.dev/?utm_source=sei&utm_medium=partner-docs) is a set of data tools that enable easy web3 development across [200+ supported blockchains](https://goldrush.dev/docs/networks/?utm_source=sei&utm_medium=partner-docs), @@ -64,19 +68,19 @@ There are 4 primary developer tools for using the APIs: 1. [GoldRush API](https://goldrush.dev/docs/api/?utm_source=sei&utm_medium=partner-docs) - REST API with enterprise-grade endpoints to use with any programming language. Switch blockchains with one path parameter. - ```bash + ```sh curl -X GET https://api.covalenthq.com/v1/sei-mainnet/address/0x6d68A318D0632f7B9Ce9d6757Dea0e9dE19D7CCA/balances_v2/ \ -H 'Content-Type: application/json' \ -u YOUR_API_KEY: ``` 2. [GoldRush SDKs](https://goldrush.dev/docs/unified-api/sdk/?utm_source=sei&utm_medium=partner-docs) - official client libraries including TypeScript, Python, Go and Viem. - ```jsx + ```sh npm install @covalenthq/client-sdk ``` - ```jsx + ```ts import { CovalentClient } from "@covalenthq/client-sdk"; (async () => { @@ -95,7 +99,11 @@ There are 4 primary developer tools for using the APIs: 3. [GoldRush UI Kit](https://github.com/covalenthq/goldrush-kit/?utm_source=sei&utm_medium=partner-docs) - beautifully designed React components for your dApp frontend. - [![GoldRush Component Example](https://www.datocms-assets.com/86369/1711147954-goldrush_wallet_ui_example.png)](https://goldrush-wallet-portfolio-ui.vercel.app/dashboard/balance/0x6d68A318D0632f7B9Ce9d6757Dea0e9dE19D7CCA/transfers/sei-mainnet/0xe30fedd158a2e3b13e9badaeabafc5516e95e8c7) + 4. [GoldRush Decoder](https://github.com/covalenthq/goldrush-decoder/?utm_source=sei&utm_medium=partner-docs) - decode any raw event logs into human-readable structured data. diff --git a/public/assets/ecosystem/resources/goldrush/wallet_ui_component.png b/public/assets/ecosystem/resources/goldrush/wallet_ui_component.png new file mode 100644 index 00000000..96553cf1 Binary files /dev/null and b/public/assets/ecosystem/resources/goldrush/wallet_ui_component.png differ