Skip to content

KeithPatrick5/checkDeposits

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Check Deposits service for @Honktipbot

About

This is a service that listen for new deposit transactions in SLP network. If new deposit was found it sends notification to user and update balance. To send notification we will use RabbitMQ. To listen SLP network use https://slpsocket.fountainhead.cash

Installation and local launch

  1. Clone this repo:

    git clone https://github.com/KeithPatrick5/checkDeposits
  2. Create AWS DynamoDB tables:

  • Bot-Session (primary key: Session [string])
  • Bot-checkDeposit (primary key: address [string])
  1. Create .env file with the environment variables listed in .env.example

  2. Install NodeJS 10x && npm 6x

  3. Run in the root folder

    npm install
  4. Install RabbitMQ

  5. Setup your EventSource url in index.js

  6. Run

    npm start

About

Service that listen for new deposits in SLP Network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published