bin | ||
exe | ||
lib | ||
sig | ||
spec | ||
.gitignore | ||
.rspec | ||
.standard.yml | ||
CHANGELOG.md | ||
CODE_OF_CONDUCT.md | ||
Gemfile | ||
Gemfile.lock | ||
LICENSE | ||
Rakefile | ||
README.md | ||
rex.gemspec |
Rex
Rex is an implemenation of an order book and an accompanying matching engine.
Installation
Clone this repository
$ git clone https://git.timkaechele.me/timkaechele/rex.git
Install the gem
$ rake install
Usage
Start a simple exchange server
Use the built-in command line tool to start a simple server
# Start a server that binds to 0.0.0.0 and listens on port 8080
$ rex-server 0.0.0.0 8080
Contributing
Bug reports and pull requests are welcome on GitHub at https://git.timkaechele.me/timkaechele/rex. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the code of conduct.
Code of Conduct
Everyone interacting in the Rex project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.