# Frontend

DApp, like other types of application, need a UI for user to interact with the platform easily. But DApp's frontend is a little different from traditional app's frontend: it needs to come along with some kind of wallets, which basically handling signing and sending transaction to blockchain. Some well known wallets are MetaMask, Wallet Connect...&#x20;

Modern library such as Web3, Ethers can help interacting with these wallet.

Checkout these template if you don't know how to get started:

* [Web frontend using Web3JS](https://github.com/kardiachain/frontend-web3-template)


---

# 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.kardiachain.io/docs/archived-docs/tutorials/building-dapp/frontend.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.
