Skip to content
This repository was archived by the owner on Sep 1, 2020. It is now read-only.

Web Wallet

Pushkar Anand edited this page Jan 14, 2018 · 2 revisions

This repository hosts the 1 part of aeon wallet's source code.

It contains the PHP Application that facilitates communication to the RPC Server that interacts with the aeon block chain.

The design of AEON Pocket ensures that the Users Private Keys never leaves the browser and all actions are done within the browser of the user with data provided by the RPC Server.

The persistence layer in Mongo is used only to store the height/time up to which the wallet was last synced, this helps AEON Pocket to update your wallet the next time you view the wallet.

Clone this wiki locally