Src

A folder that contains all src assets, components, and libraries needed by SSP Key during runtime

The following folder and files are inside the src folder

Folder Name / File Name
Description

assets

A folder that contains all images being used for SSP Key

components

A folder that contains React and React Native components of SSP Key

contexts

A folder that contains connections and sockets of SSP Key

hooks

A folder that contains interfaces of contexts

lib

A folder that contains all libraries being used by SSP Key

navigators

A folder that contains main React components

screens

A folder that contains React Native components being used by SSP Key

storage

A folder that contains chain information

store

A folder that contains chain state

theme

A folder that contains theme components

translations

A folder that contains translation resources being used by SSP Key

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

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

Last updated