Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 512 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 512 Bytes

Town Crier (Energi Decentralised Proposal Notification)

Getting started

  1. Copy .env.example to .env
$ cp .env.example .env
  1. Create discord webhook url and update the DISCORD_URL environment variable in .env with it
  2. Update the RPC_LINK in the .env file, with an RPC link pointing to a node server on the Energi Blockchain
  3. Make sure to update the NODE_ENV to production while deploying to services like Heroku.
  4. Update Nexus with URl of deployed version of this project