Last updated
Last updated
The following folder and files are inside the src folder
A folder that contains all src assets, components, libraries and services needed by SSP Wallet during runtime
assets
A folder that contains all images being used for SSP Wallet
components
A folder that contains React components of SSP Wallet
contexts
A folder that contains connections and sockets of SSP Wallet
hooks
A folder that contains interfaces of contexts
lib
A folder that contains all libraries being used by SSP Wallet
pages
A folder that contains UI components and their corresponding css files
storage
A folder that contains static information being used by SSP Wallet
store
A folder that contains chain state
translations
A folder that contains translation resources being used by SSP Wallet
App.tsx
A file that contains config and route provider
backends.d.ts
A file that provides information about backend
blockchains.d.ts
A file that provides information about blockchains
fluxsdk.d.ts
A file that provides information about flux sdk
hooks.ts
A file that contains root state and app dispatch
i18next.d.ts
A file that provides information about i18next
index.css
A file contains styles for root and body tags
main.tsx
A file that serves as the main React file
router.tsx
A file that contains the component and their corresponding route paths
scrollbar.css
A file that contains style for scrollbar
ssp.d.ts
A file that provides information about SSP and currency
types.d.ts
A file that provides information about different blockchain components
utxolib.d.ts
A file that provides information about uxto lib
vite-env.d.ts
A file that can be used to provide information about vite env