Skip to content

Commit

Permalink
Add goldrush ui kit image
Browse files Browse the repository at this point in the history
  • Loading branch information
harishraisinghani committed Sep 5, 2024
1 parent 1aa4f84 commit 2cc113f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions pages/dev-ecosystem-providers/indexers/goldrush.mdx
Original file line number Diff line number Diff line change
@@ -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),
Expand Down Expand Up @@ -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 () => {
Expand All @@ -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)
<ImageWithCaption
img={imgWalletUiComponent}
alt="GoldRush UI Kit Wallet Component"
caption="Example of a Wallet Component using the GoldRush UI Kit"
/>

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.

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2cc113f

Please sign in to comment.