/ark-wallets

Allow to easily monitor your wallets for ARK and bridgechains.

Primary LanguagePHPMIT LicenseMIT

alt-text

Arkwallets

alt-text alt-text

Monitor your Ark and bridgechains wallets with ease.

This project was funded by the Ark Community Fund. See the proposal.

Built with

Plugin

A Plugin is available for Ark Desktop Wallet, you can find it here.

Development setup

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 !

Authors

  • Highjhacker

License

ArkWallets is under MIT license. See the LICENSE file for more informations.