FAQ
Answers to some common questions.
Saza uses the Ionic storage module to store secret keys and other app data in any of the available engines:
sqlite
, indexeddb
, websql
or localstorage
locally on your device. Regardless of which engine, the secret keys are always encrypted with password-based key derived from a PBKDF2 as implemented in the forge module. The only time a secret key is displayed as plain text is when generating a new wallet and when viewing it on the manage accounts
page.As many as you like.
The network transaction fees apply. Saza does not charge you any extra for submitting transactions to the network
The Stellar federation protocol maps Stellar addresses to more information about a given user. It’s a way for Stellar client software to resolve email-like addresses such as name*yourdomain.com into account IDs like:
GCCVPYFOHY7ZB7557JKENAX62LUAPLMGIWNZJAFV2MITK6T32V37KEJU.
Read more hereYou can switch between public and test networks by dowing the following:
- Open the menu and scroll to the bottom
- Click on "PUBNET": for public network
- Click on "TESTNET": for test network
Last modified 3yr ago