RabbitMQ agent that relays information to/from MONCoind to interact with the MONCoin® network.
- node >=6
- RabbitMQ >= 3.7.9
npm install
- Use your favorite text editor to change the values as necessary in
config.json
{
"daemon": {
"host": "127.0.0.1",
"port": 12898
},
"queues": {
"relayAgent": "request.network"
}
}
- Set your environment variables and start the service up
export RABBIT_PUBLIC_SERVER=127.0.0.1
export RABBIT_PUBLIC_USERNAME=yourrabbitmqusername
export RABBIT_PUBLIC_PASSWORD=yourrabbitmqpassword
npm start
npm test
👤 TurtlePay® Development Team
- Twitter: @TurtlePay
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
Copyright © 2018-2019 TurtlePay® Development Team.
This project is AGPL-3.0 licensed.