Project Structure Overview

Project structure of SSP Wallet consist of different folders and files which has different target purpose.

The following are the folders inside the SSP Wallet

Folder Name
Description

patches

A folder that contains all patches of SSP Wallet

public

A folder that contains all public files and scripts being used on SSP Wallet

src

A folder that contains all the API services used for SSP Wallet

tests

A folder that contains all the test suites of the api services and services represented by spec files

The following are the files being used by SSP Wallet before and during runtime

File Name
Description

.editorconfig

A file that declares formatting

.env

A file that contains configs for Vite and React environment

.gitattributes

A file that contains all file attributes of a SSP Wallet

.gitignore

A file that declares extension and folders to be ignored when committing to repository

.prettierrc

A file that declares pretty formatting

crowndin.yml

A file that contains all crowdin configuration of SSP Wallet

eslint.config.js

A file that contains config for SSP Wallet project JS and TS resources

index.html

A file that serves a initial point

package.json

A file that contains SSP Relay project dependencies

tsconfig.json

A file that contains TS functionalities and its restrictions

tsconfig.node.json

A file that contains TS node functionalities and restrictions

tsconfig.test.json

A file that contains TS functionalities and restrictions for tests files

vite.config.ts

A file that contains Vite functionilaties and restrictions

SSP_Wallet_API.md

A file that contains communication details between ssp wallet chrome extension and web pages

Last updated