"In IronFish, every wallet comes with a private key, public key, and a view key. View keys allow a user to reveal information about their transactions in a controlled manner."
To check balance of an account in privacy chain like IronFish, we have to,
Obviously, since we have more and more transactions, it will take longer time to check balance for a new imported account, or an account to be rescanned. Currently, the Cli wallet, the Node App and even third party wallet all relies on IronFish node to scan and rescan account. However, the scanning speed is really limited for Javascript nature. Therefore, to provide better user experience, OreoWallet develops the quickscan system, with which it takes less than 5 mins to scan the whole chain since genesis.
address
and in/out viewkey
in/out viewkey
and transactionsin/out viewkey
and sends result back to quickscan serviceYes! You can do everything you want since the source code is fully public to everyone. You can read all related source code here.
Since OreoWallet is still in development, we recommend users to create a new wallet to test first!!! Do read the agreement in oreowallet website and keep your fund safely.