> For the complete documentation index, see [llms.txt](https://docs.usemoon.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.usemoon.ai/additional-moon-packages-7ca327c0bb2846d88b8ba5bc6caeaead.md).

# Moon Packages

Moon has a collection of packages and tools that can be used to build and customize a user interface for a wallet that interacts with various blockchains, including Ethereum. To help with this, we recommend using the following packages from the `@moonup` organization:

\
`@moonup/moon-sdk`: This is the core package of Moon, which handles authentication and initialization. It provides a convenient way to integrate Moon's services into your application.

[@moonup/moon-sdk](/additional-moon-packages-7ca327c0bb2846d88b8ba5bc6caeaead/moonup-moon-sdk.md)

`@moonup/moon-api`: This is a low-level API package that provides access to Moon's services. It allows you to interact with Moon's services programmatically.

[@moonup/moon-api](/additional-moon-packages-7ca327c0bb2846d88b8ba5bc6caeaead/moonup-moon-api.md)

`@moonup/ethers`: This package provides a smooth interface for interacting with the Ethereum blockchain. It is built on top of the `ethers.js` library and provides additional functionality for working with Moon's services.

[@moonup/ethers](/additional-moon-packages-7ca327c0bb2846d88b8ba5bc6caeaead/moon-ethers-f381fbf881c647e1aab3d43fb4ad0600.md)

`@moonup/wagmi-connector`: This package provides a WAGMI connector for Moon, which makes it easier to integrate Moon's services into React-based dApps. It allows you to connect to Moon's services and interact with them using the WAGMI library.

[@moonup/wagmi-connector](/additional-moon-packages-7ca327c0bb2846d88b8ba5bc6caeaead/moon-wagmi-3d44fd4699594c2397129482dc52589f.md)

`@moonup/viem`: This package provides a Moon connector for Viem, which is a modern Ethereum library. It allows you to connect to Moon's services and interact with them using the Viem library.

[@moonup/viem](/additional-moon-packages-7ca327c0bb2846d88b8ba5bc6caeaead/moon-viem.md)

`@moonup/moon-rainbowkit`: This package provides a Moon connector for RainbowKit, which is a popular library for building wallet connections in React-based dApps. It allows you to use Moon's services for authentication and wallet management in your RainbowKit-based dApp.

[@moonup/moon-rainbowkit](/additional-moon-packages-7ca327c0bb2846d88b8ba5bc6caeaead/moon-rainbowkit.md)

`@moonup/moon-react`: This package provides a collection of React components that can be used to build a user interface for a Moon-based wallet. It includes components for displaying account balances, transaction history, and more.

[@moonup/moon-react](/additional-moon-packages-7ca327c0bb2846d88b8ba5bc6caeaead/moon-react.md)

These packages can be used individually or in combination to build a customized user interface for a Moon-based wallet that meets your specific needs. They provide a range of functionality for interacting with Moon's services and the Ethereum blockchain, and can be integrated into a variety of React-based dApps using popular libraries such as WAGMI, Viem, and RainbowKit.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.usemoon.ai/additional-moon-packages-7ca327c0bb2846d88b8ba5bc6caeaead.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
