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 WALLET DEVELOPMENT
  2. Project Folders
  3. Src

components

The following folders are inside the components folder

PreviousassetsNextcontexts

Last updated 4 months ago

Folder Name
Description
Files

AddressContainer

A folder that contains address container component for wallet

AddressContainer.tsx

AddressDetails

A folder that contains address details component of blockchain

AddressDetails.tsx

AutoLogout

A folder that contains auto logout component for browser

AutoLogout.tsx

Balances

A folder that contains balances component

Balances.tsx

ChainSelect

A folder that contains chain select component for blockchain

ChainSelect.tsx

ConfirmPublicNoncesKey

A folder that contains public nonces component

ConfirmPublicNoncesKey.tsx

ConfirmTxKey

A folder that contains confirm tx component

ConfirmTxKey.tsx

Contacts

A folder that contains contacts component

Contacts.css, Contacts.tsx, ContactsTable.tsx and ManageContact.tsx

CreationSteps

A folder that contains creation steps component

CreationSteps.tsx and CreationSteps.css

FiatCurrencyController

A folder that contains fiat currency component

FiatCurrencyController.tsx

Headerbar

A folder that contains headerbar component

Headerbar.tsx and Headerbar.css

Key

A folder that contains chain key component

Key.tsx and Key.css

LanguageSelector

A folder that contains language selector component

LanguageSelector.tsx

ManualSign

A folder that contains manual sign component

ManualSign.tsx

NavBar

A folder that contains navbar component

NavBar.tsx and Navbar.css

Navigation

A folder that contains navigation component

Navigation.tsx

NetworkFeeController

A folder that contains network fee component

NetworkFeeController.tsx

Nodes

A folder that contains nodes components

ClaimReceived.tsx, Nodes.tsx, Nodes.css, NodesTable.tsx, PArewards.tsx, SetupNode.tsx and WordsDialog.tsx

PasswordConfirm

A folder that contains nodes component

PasswordConfirm.tsx

PaymentRequest

A folder that contains payment request component for chain

PaymentRequest.tsx

Folder Name
Description
Files

PoweredByFlux

A folder that contains theme preferences component

PoweredByFlux.tsx

PublicNoncesReceived

A folder that contains received public nonces component

PublicNoncesReceived.tsx

PublicNoncesRejected

A folder that contains rejected public nonces component

PublicNoncesRejected.tsx

Receive

A folder that contains received component for chain

Receive.tsx

Settings

A folder that contains settings component

Settings.tsx

SignMessage

A folder that contains sign in component

SignMessage.tsx

SocketListener

A folder that contains socket listener component for tx

SocketListener.tsx

SspConnect

A folder that contains SSP connect component

SspConnect.tsx

SspWalletDetails

A folder that contains SSP wallet details component

SspWalletDetails.tsx

TokensEVM

A folder that contains token components

ImportCustomToken.tsx, ImportToken.tsx, TokenBox.tsx, TokenBox.css, TokenBoxImport.tsx, TokenBoxImport.css, Tokens.tsx and TokensTable.tsx

Transactions

A folder that contains transactions components

CountDownTimer.tsx, PendingTransactionsTable.tsx, Transactions.tsx, Transactions.css and TransactionsTable.tsx

TxRejected

A folder that contains tx rejected component

TxRejected.tsx

TxSent

A folder that contains tx sent components

TxSent.tsx