Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 279 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 279 Bytes

notifier-rest

Generate the hash for your secret

make sure to keep this hash as you will need it for algorand backend

yarn hash

Update .env

# Can be Anything
PORT=8080
# Hash obtained from previous command
EVENT_SECRET_HASH=

Start the server

yarn dev