second113 / XemHarvestChecker

Serverless application for checking XEM harvest remote status.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to Use

install packages

npm install

set parameters in serverless.yml

  • emailAddress: "sample@example.com" #通知先のメールアドレスを設定
  • accountId: 000000000000 #AWS Account ID
  • IpAddress: "XXX.XXX.XXX.XXX" #Delegated harvesting remote node's IP address or Host Name
  • `RemoteWalletAddress : "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" ``

deploy

serverless deploy

confirm subscription

  • check your e-mail and confirm subscription for SNS.

About

Serverless application for checking XEM harvest remote status.

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%