-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
69f46f0
commit dadb7ad
Showing
3 changed files
with
50 additions
and
39 deletions.
There are no files selected for viewing
24 changes: 14 additions & 10 deletions
24
docs/pages/guides/spend-permissions/api-reference/client-resources.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,24 @@ | ||
# Client resources | ||
# Client resources | ||
|
||
Recommended libraries for handling blockchain and wallet interactions. The example project in the [Quick Start](/guides/spend-permissions/quick-start.mdx) guide uses all three of these. | ||
|
||
### Using Viem | ||
[Viem](https://viem.sh/) is a TypeScript interface for Ethereum that provides low-level stateless primitives for interacting with Ethereum. | ||
|
||
- **[Getting Started with Viem](https://viem.sh/docs/getting-started.html)** | ||
[Viem](https://viem.sh/) is a TypeScript interface for Ethereum that provides low-level stateless primitives for interacting with Ethereum. | ||
|
||
- **[Getting Started with Account Abstraction](https://viem.sh/account-abstraction#getting-started-with-account-abstraction)** | ||
Viem provides support for account abstraction clients, including specific support for Coinbase Smart Wallet and paymasters. | ||
- **[Getting Started with Viem](https://viem.sh/docs/getting-started.html)** | ||
|
||
### Using OnchainKit | ||
[OnchainKit](https://onchainkit.xyz/) is a collection of React components and TypeScript utilities that help developers quickly build | ||
onchain applications. | ||
- **[Getting Started with Account Abstraction](https://viem.sh/account-abstraction#getting-started-with-account-abstraction)** | ||
Viem provides support for account abstraction clients, including specific support for Coinbase Smart Wallet and paymasters. | ||
|
||
### Using Wagmi | ||
|
||
[Wagmi](https://wagmi.sh/) is a collection of React Hooks that facilitate development of blockchain frontends. | ||
|
||
- **[Getting Started with Wagmi](https://wagmi.sh/react/getting-started)** | ||
- **[coinbaseWallet](https://wagmi.sh/react/api/connectors/coinbaseWallet)** | ||
- **[Getting Started with Wagmi](https://wagmi.sh/react/getting-started)** | ||
- **[coinbaseWallet](https://wagmi.sh/react/api/connectors/coinbaseWallet)** | ||
|
||
### Using OnchainKit | ||
|
||
[OnchainKit](https://onchainkit.xyz/) is a collection of React components and TypeScript utilities that help developers quickly build | ||
onchain applications. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters