MiniblockchainProject / WebWalletQtAlt

PHP web wallet script designed as an alternative to Qt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSON-RPC WEB WALLET

This is a PHP (no database required) web wallet script designed for use with Cryptonite and its variants.

IMPORTANT

This web wallet does not support client side wallet encryption, it relies entirely on the cryptonited JSON-RPC and stores private keys server side. It should only be used as an alternative to the Qt wallet, but it can work as an online web wallet.

A version of this wallet with client side wallet encryption can be found here: <link not yet available>

REQUIREMENTS:

* PHP >= 5.4 with BCMATH
* cryptonited >= 14090315

INSTALLATION:

* upload files to server
* run /install/install.php
* delete /install/ folder

About

PHP web wallet script designed as an alternative to Qt


Languages

Language:PHP 98.0%Language:JavaScript 1.1%Language:CSS 0.8%