Whitelabeling/Customizing

Customize UI

  • It's possible from the config values / SDK

  • Here is the mapping between config values and the corresponding UI.

Properties

All the properties listed below are optional.

CustomUI

Parameters
Example
Description

logoUrl

string

App logo to be shown on the light background (light theme)

logoWhiteUrl

string

App logo to be shown on the dark background (dark theme)

serviceName

string

Applied to all service name in Startrail-sdk-js

contactUrl

string

Applied to the contact email in signup Email

verificationEmailTitle

string

Applied to the title of the verification email when you select email_password

words

{
  en: CustomWords
  ja: CustomWords
}

either en or ja can be used. The value of each is defined in CustomWords

CustomWords is an object consisting of the following optional attributes. Each of the are explained subsequently.

{
    emailAuthPopup:EmailAuthPopup,
    modal:WalletModal,
    signPopup:SignPopup,
    embed:Embed
}

EmailAuthPopup

Parameters
Example

titleLogin

titleSignup

WalletModal

Parameters
Example

continueLogin

termsConditions

termsConditionisLinkUrl

privacyPolicyLinkUrl

SignPopup

Parameters
Example

title

requestFrom

confirm

cancel

Embed (Continue Alert Popup)

Parameters
Example

continue

actionRequired

pendingAction

Last updated

Was this helpful?