# Build with Ready

{% hint style="info" %}
Want to get in touch ? [Join us on Telegram.](https://t.me/+XFTRFHSQRqEwMWZk)
{% endhint %}

Ready is the original smart wallet. We pioneered "Guardians" for social recovery, and have been using Account Abstraction since 2018.

These docs will help you optimise your dapp for smart wallets, enabling you to offer a vastly improved experience to your users.

## Ready Wallet - The first wallet on Starknet

Ready Wallet is the first open-source wallet on Starknet powered by native account abstraction.

Available as a browser extension across different browsers’ web stores and as a mobile app, Ready Wallet helps you create, manage, and connect accounts to decentralized applications built on Starknet.

Learn more about [Ready Wallet](https://docs.ready.co/ready-wallets/ready-wallet)

## **Introducing the StarknetKit SDK**

**The all-in-one SDK for Starknet developers.**

StarknetKit is built with all kinds of users in mind. Developers, crypto experts, mobile users, and complete newbies will find a way to quickly connect to your dapp. For you? only one line of code.

[**Get started with StarknetKit**](https://www.starknetkit.com/docs/latest/getting-started)

## Ready Web Wallet SDK – no download, no seed phrase onboarding

**No wallet? No problem.**

If your target audience doesn't have a crypto wallet, this is for you. They'll create a wallet with an email address and password. No plugin. No download. No seed phrase.

It's the fastest, most familiar way for a normie audience to use your dapp.

[**Build with Web Wallet SDK**](https://docs.ready.co/ready-wallets/web-wallet)

{% hint style="info" %}
[Notice a bug or missing feature in our products ? ](https://argent-engineering.canny.io/argent-x-feedback-and-bugs-report)
{% endhint %}


---

# Agent Instructions: 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.ready.co/build-with-ready.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.
