Skip to content

tylersisia/blockchain-relay-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Chimera blockchain-relay-agent

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published