Altbase API as Epic node URL in source, Epic node foreign API, and Epicbox WebSocket server for slate exchange.
Epic wallet seed, local wallet database, output ownership, transaction creation, and finalized wallet state.
Encrypted Privacy Cache
The privacy cache is designed to speed up restores for Epic and Zano without giving the server plaintext wallet data.
The wallet derives a backup ID locally from the coin and mnemonic.
The wallet derives an encryption key locally with HKDF-SHA256.
The cache payload is encrypted locally with AES-256-GCM before upload.
The server receives only coin, backupId, and encryptedBlob.
The encrypted cache can include local wallet metadata such as address, balance snapshot, transactions, restore start height, scan height, and scan state, but only after local encryption.
What The API Does Not Do
It does not receive wallet mnemonics for normal balance, history, send, or update calls.
It does not receive private keys or WIF keys for UTXO, Quai, Epic, or Zano sends.
It does not sign normal wallet transactions on behalf of the user.
It does not need custody of user funds.
It does not expose production coin RPC credentials to the desktop app.
Altbase Wallet uses essential cookies and local storage to remember site preferences and keep the website working. Read the Cookie Policy.