0.0.5 • Published 4 years ago

chimera-bra v0.0.5

Weekly downloads
3
License
AGPL-3.0
Repository
github
Last release
4 years ago

TurtlePay®: Blockchain Relay Agent

Version Prerequisite Maintenance License: AGPL-3.0 Twitter: TurtlePay

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

1) Use your favorite text editor to change the values as necessary in config.json

{
  "daemon": {
    "host": "localhost",
    "port": 11898
  },
  "queues": {
    "relayAgent": "request.network"
  }
}

2) 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

🤝 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.