- Allow user to tag an address with a name.
- If an address is tagged by multiple users, tag will be removed
- Verify with a singed message and add a url to the address.
- Inflation
- Rich list
- Outstanding
- Flag an address to be monitored and receive alerts when it makes transactions
- Alert types: in browser, email, sms, web hook
- signup / login / password reset.
- list users, edit, remove
Requirements: PHP, Mysql, paycoind, memcached
Create database block-explorer
Import database structure /conf/block-explorer.sql
copy /conf/config.sample.php
to /conf/config.php
edit /conf/config.php
30 * * * * php /vagrant/app/public/index.php /cli/buildRichList >> /tmp/buildRichList.log
*/1 * * * * php /vagrant/app/public/index.php /cli/buildDatabase >> /tmp/buildDatabase.log