SSP Wallet
  • Welcome to SSP Wallet
  • Getting Started with SSP Wallet
    • Change Language
    • Switch Chain
    • Wallet
      • Retrieve SSP Wallet Seed Phrase
      • Create a New Wallet
      • Restore Wallet Using Seed Phrase
      • Create Multiple Wallet
      • Delete a Wallet
      • Retrieving Your Wallet Address
    • Transaction
      • Buy / Sell
      • Swap
      • Send
      • Receive
      • Export Transactions
      • View Transactions
    • Token
      • Add Token to Main Screen
      • Remove Token from Main Screen
    • Custom Tokens
      • Add Custom Token
      • Delete Custom Token
    • Contacts
      • Create New Contact
      • Edit Contact
      • Delete Contact
    • Logout Your SSP Wallet
  • GETTING STARTED WITH SSP KEY
    • Install SSP Key
    • Create a New Key and Syncing to SSP Wallet
    • Restore Key Using Seed Phrase and Syncing to SSP Wallet
    • Retrieving Your SSP Key Seed Phrase
    • Using Your SSP Key For Syncing
  • GETTING STARTED WITH SSP RELAY DEVELOPMENT
    • Overview
    • Environment Requirements
    • Project Installation
    • Project Structure 0verview
    • Project Folders
      • Config
      • Helpers
      • Logs
      • Src
        • apiServices
        • lib
        • services
        • routes.ts
          • GET /v1/sync
          • GET /v1/action
          • POST /v1/sync
          • POST /v1/token
          • POST /v1/action
          • GET /v1/rates
          • GET /v1/networkfees
          • POST /v1/ticket
          • GET /v1/tokeninfo
          • GET /v1/services
          • POST /v1/sign
      • Tests
        • unit
  • GETTING STARTED WITH SSP WALLET DEVELOPMENT
    • Overview
    • Environment Requirements
    • Project Installation
    • SSP Wallet API
    • Project Structure Overview
    • Project Folders
      • Public
        • scripts
      • Patches
      • Src
        • assets
        • components
        • contexts
        • hooks
        • lib
        • pages
        • storage
        • store
        • translations
      • Tests
        • lib
  • GETTING STARTED WITH SSP KEY DEVELOPMENT
    • Overview
    • Environment Requirements
      • For Mac Users Only
    • Project Installation
    • Project Structure Overview
    • Project Folders
      • Types
      • Src
        • assets
        • components
        • contexts
        • hooks
        • lib
        • navigators
        • screens
        • storage
        • store
        • themes
        • translations
      • Tests
        • lib
Powered by GitBook
On this page
  1. GETTING STARTED WITH SSP KEY DEVELOPMENT
  2. Project Folders
  3. Src

components

The following folder and files are inside the components folder

PreviousassetsNextcontexts

Last updated 4 months ago

Folder/File Name
Description
Files

AddressDetails

A folder that contains address details component of blockchain

AddressDetails.tsx

Authentication

A folder that contains authentication components

Authentication.tsx

Brand

A folder that contains brand image dimension

Brand.tsx

CreationSteps

A folder that contains creation steps component

CreationSteps.tsx

Divider

A folder that contains divider component

Divider.tsx

Headerbar

A folder that contains headerbar component

Headerbar.tsx

HelpSection

A folder that contains help section component

HelpSection.tsx

Manualnput

A folder that contains manual input component

Manualnput.tsx

MenuModal

A folder that contains menu modal component

MenuModal.tsx

NavBar

A folder that contains navbar component

NavBar.tsx

PoweredByFlux

A folder that contains component for flux section

PoweredByFlux.tsx

PublicNoncesRequest

A folder that contains public nonces component

PublicNoncesRequest.tsx

PublicNoncesSucces

A folder that contains public nonces success component

PublicNoncesSuccess.tsx

SSPKeyDetails

A folder that contains SSP Key detals component

SSKeyDetails.tsx

Scanner

A folder that contains camera scanner components

Scanner.tsx

SettingsSection

A folder that contains settings component

SettingsSection.tsx

SyncNeeded

A folder that contains sync needed component

SyncNeeded.tsx

SyncRequest

A folder that contains sync request component

SyncRequest.tsx

SyncSuccess

A folder that contains sync success component

SyncSuccess.tsx

Toast

A folder that contains toast component

Toast.tsx

TransactionRequest

A folder that contains transaction request component

TransactionRequest.tsx

TxSent

A folder that contains tx sent component

TxSent.tsx

index.ts

A file that contains brand and divider export