chimera-bra

0.0.5 • Public • Published

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"
  }
}
  1. 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.

/chimera-bra/

    Package Sidebar

    Install

    npm i chimera-bra

    Weekly Downloads

    1

    Version

    0.0.5

    License

    AGPL-3.0

    Unpacked Size

    48.4 kB

    Total Files

    9

    Last publish

    Collaborators

    • tylersisia