# WalletAccount

The WalletAccount starknet.js class allows developers to integrate browser wallets (like Ready Wallet) into their decentralized applications to sign transactions.

It's similar to the regular Ready smart contract class but can interact with browser wallets to manage signatures and transactions. \
\
It is the base object to use in any typescript/js/react project.&#x20;

[See documentation](https://starknetjs.com/docs/next/guides/walletAccount/)


---

# 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/ready-wallets/ready-wallet/walletaccount.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.
