chimera-bra
v0.0.5
Published
Chimera: Blockchain Relay Agent
Downloads
3
Readme
TurtlePay®: Blockchain Relay Agent
RabbitMQ agent that relays information to/from TurtleCoind to interact with the TurtleCoin® network.
Prerequisites
- node >=6
- RabbitMQ >= 3.7.9
Install
npm install
Usage
- Use your favorite text editor to change the values as necessary in
config.json
{
"daemon": {
"host": "localhost",
"port": 11898
},
"queues": {
"relayAgent": "request.network"
}
}
- Set your environment variables and start the service up
export RABBIT_PUBLIC_SERVER=localhost
export RABBIT_PUBLIC_USERNAME=yourrabbitmqusername
export RABBIT_PUBLIC_PASSWORD=yourrabbitmqpassword
npm start
Run tests
npm test
Author
👤 TurtlePay® Development Team
- Twitter: @TurtlePay
- Github: @TurtlePay
🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Show your support
Give a ⭐️ if this project helped you!
📝 License
Copyright © 2018-2019 TurtlePay® Development Team.
This project is AGPL-3.0 licensed.