Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 617 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 617 Bytes

FlamIncome TLV PubSub

Pubsub bot that notifies you whenever FlamIncome's TLV changes

Using it

Just establish a connection to the websockets URL and you'll start receiving messages.

Hosting your own

Deploy

Development

This project uses the standards widely known on the javascript community:

export ALCHEMY_TOKEN="XXXXXXX"
npm install # Install dependencies
npm run build # Compile typescript code
npm run lint # Lint & format code
npm start # Start the server