# Src

<div align="left"><figure><img src="/files/sKC60yveoGw1IyMu8rYB" alt=""><figcaption></figcaption></figure></div>

The following folder and files are inside the src folder

<table><thead><tr><th width="245">Folder Name / File Name</th><th>Description</th></tr></thead><tbody><tr><td>assets</td><td>A folder that contains all images being used for SSP Wallet</td></tr><tr><td>components</td><td>A folder that contains React components of SSP Wallet</td></tr><tr><td>contexts</td><td>A folder that contains connections and sockets of SSP Wallet</td></tr><tr><td>hooks</td><td>A folder that contains interfaces of contexts</td></tr><tr><td>lib</td><td>A folder that contains all libraries being used by SSP Wallet</td></tr><tr><td>pages</td><td>A folder that contains UI components and their corresponding css files</td></tr><tr><td>storage</td><td>A folder that contains static information being used by SSP Wallet</td></tr><tr><td>store</td><td>A folder that contains chain state</td></tr><tr><td>translations</td><td>A folder that contains translation resources being used by SSP Wallet</td></tr><tr><td>App.tsx</td><td>A file that contains config and route provider</td></tr><tr><td>backends.d.ts</td><td>A file that provides information about backend</td></tr><tr><td>blockchains.d.ts</td><td>A file that provides information about blockchains</td></tr><tr><td>fluxsdk.d.ts</td><td>A file that provides information about flux sdk</td></tr><tr><td>hooks.ts</td><td>A file that contains root state and app dispatch</td></tr><tr><td>i18next.d.ts</td><td>A file that provides information about i18next</td></tr><tr><td>index.css</td><td>A file contains styles for root and body tags</td></tr><tr><td>main.tsx</td><td>A file that serves as the main React file</td></tr><tr><td>router.tsx</td><td>A file that contains the component and their corresponding route paths</td></tr><tr><td>scrollbar.css</td><td>A file that contains style for scrollbar</td></tr><tr><td>ssp.d.ts</td><td>A file that provides information about SSP and currency</td></tr><tr><td>types.d.ts</td><td>A file that provides information about different blockchain components</td></tr><tr><td>utxolib.d.ts</td><td>A file that provides information about uxto lib</td></tr><tr><td>vite-env.d.ts</td><td>A file that can be used to provide information about vite env</td></tr></tbody></table>


---

# 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://sspwallet.gitbook.io/docs/ssp-wallet-development/project-folders/src.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.
