This is a basic hugin messenger client written in Node.JS using our newly published POST in hugin API
Go through the .env file and do the following:
- Add your address + the private key of said address
- Add the address of a updated hugin API, for example the official one (https://api.hugin.chat)
After that run the following:
npm i
followed by node client.js
and you should be up and running!