ezeX-Core contains core services of ezeX exchange.
Service name |
---|
Deposit |
We are using PostgresQL for our database. Make sure you have PostgreSQL driver before compiling the project. In linux machine you can run this command to install PostgreSQL driver:
apt install libpq-dev # Postgress driver
apt install libssl-dev # OpenSSL
apt install redis # Redis
Make sure you have the latest stable version of Rust installed before continuing. Once Rust has been installed, it's dependency manager Cargo can be used to install additional tooling for local development.
cargo build
By runningcargo test
you can test all the libraries and binaries.
If you like to perform only unit testing, run cargo test --lib
.
Please read Contribution document before start working on this project.
Please read Docker containers document to create docker images.
Please read Deployment document before publishing/deploying the services.
This software is under commercial License