You can install the @turtledev/react package to get started using your preferred package manager.

npm install @turtledev/react

Optional Dependencies

While the @turtledev/api package can be used standalone, we recommend the following libraries for a more comprehensive development experience when working with wallets and blockchain interactions:

  • Wagmi: A powerful React Hooks library for Ethereum. It simplifies tasks like fetching balances, interacting with contracts, and signing messages.

  • RainbowKit: Provides a fast, easy, and customizable way to add wallet connections to your dApp. It works seamlessly with Wagmi.

You can install them using your preferred package manager:

npm install wagmi @wagmi/core @rainbow-me/rainbowkit

For more information, please visit the official documentation for Wagmi and RainbowKit.