Skip to content

vokracko/cryptoalarm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 

Repository files navigation

Cryptoalarm

Installation

Dependencies:

Webapp

webapp/$ composer install
webapp/$ npm install
webapp/$ cp .env.example .env
webapp/$ php artisan key:generate

Create databse: createdb cryptoalarm, set-up a connection in webapp/.env

webapp/$ php artisan migrate
webapp/$ php artisan db:seed
webapp/$ npm run dev

Monitor

Configure database, rpc url of nodes and SMTP server in cryptoalarm/config.json

cryptoalarm/$ pip install -r requirements.txt

Usage

webapp/$ php artisan serve

Application is now running on http://localhost:8000 with the following users:

Each user has atleast one watchlist created.

cryptoalarm/$ ./run.py --init # set last block as last processed 
cryptoalarm/$ ./run.py # launch application
webapp/$ php artisan command:bitcointalk /path/to/selenium-standalone-server.jar [port=4444]

Docker

# docker build -t cryptoalarm .
# docker run -v docker run -v cryptoalarm cryptoalarm

About

Activity Alarm for Cryptocurrency Blockchains

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages