Monitor your Ark and bridgechains wallets with ease.
This project was funded by the Ark Community Fund. See the proposal.
A Plugin is available for Ark Desktop Wallet, you can find it here.
First of all, you will need to install Laravel. See here for more instructions.
You will also need to install Yarn. See here for more instructions.
Once Laravel and Yarn installed, clone the repository
$ git clone https://github.com/Highjhacker/ark-wallets.git
Navigate into the freshly cloned folder and install the dependencies
$ yarn add
$ composer install
Then you will need to rename the .env.example file into .env and generate a new application key
$ mv .env.example .env
$ php artisan key:generate
Finally, run $ yarn watch
, happy coding !
- Highjhacker
ArkWallets is under MIT license. See the LICENSE file for more informations.