You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -61,7 +62,7 @@ At its core, InterchainJS provides a **flexible adapter pattern** that abstracts
61
62
62
63
InterchainJS sits at the foundation of the **[Interchain JavaScript Stack](https://hyperweb.io/stack)**, a set of tools that work together like nested building blocks:
63
64
64
-
-**[InterchainJS](https://hyperweb.io/stack/interchainjs)** → Powers signing across Cosmos, Ethereum (EIP-712), and beyond.
65
+
-**[InterchainJS](https://hyperweb.io/stack/interchainjs)** → Powers signing across Cosmos, Solana, Ethereum (EIP-712), and beyond.
65
66
-**[Interchain Kit](https://hyperweb.io/stack/interchain-kit)** → Wallet adapters that connect dApps to multiple blockchain networks.
66
67
-**[Interchain UI](https://hyperweb.io/stack/interchain-ui)** → A flexible UI component library for seamless app design.
67
68
-**[Create Interchain App](https://hyperweb.io/stack/create-interchain-app)** → A developer-friendly starter kit for cross-chain applications.
@@ -76,6 +77,7 @@ The diagram below illustrates how InterchainJS connects different signer types t
Copy file name to clipboardExpand all lines: docs/libs/interchainjs/index.mdx
+57-1Lines changed: 57 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,6 +73,7 @@ npm install interchainjs
73
73
-[Supported Networks](#supported-networks)
74
74
-[Cosmos Network](#cosmos-network)
75
75
-[Injective Network](#injective-network)
76
+
-[Solana Network](#solana-network)
76
77
-[Ethereum Network](#ethereum-network)
77
78
-[Developing](#developing)
78
79
-[Codegen](#codegen)
@@ -90,7 +91,7 @@ At its core, InterchainJS provides a **flexible adapter pattern** that abstracts
90
91
91
92
InterchainJS sits at the foundation of the **[Interchain JavaScript Stack](https://hyperweb.io/stack)**, a set of tools that work together like nested building blocks:
92
93
93
-
-**[InterchainJS](https://hyperweb.io/stack/interchainjs)** → Powers signing across Cosmos, Ethereum (EIP-712), and beyond.
94
+
-**[InterchainJS](https://hyperweb.io/stack/interchainjs)** → Powers signing across Cosmos, Solana, Ethereum (EIP-712), and beyond.
94
95
-**[Interchain Kit](https://hyperweb.io/stack/interchain-kit)** → Wallet adapters that connect dApps to multiple blockchain networks.
95
96
-**[Interchain UI](https://hyperweb.io/stack/interchain-ui)** → A flexible UI component library for seamless app design.
96
97
-**[Create Interchain App](https://hyperweb.io/stack/create-interchain-app)** → A developer-friendly starter kit for cross-chain applications.
@@ -105,6 +106,7 @@ The diagram below illustrates how InterchainJS connects different signer types t
Solana signers require an `ISolanaQueryClient` and either a Solana `Keypair` or an `IWallet` implementation that exposes Solana-compatible accounts. Configuration options include:
668
673
674
+
Pair the signer with the request-object query clients created via `createSolanaQueryClient` for consistent RPC typing. See the full Solana workflows in `/networks/solana/README.md`.
0 commit comments