8000 GitHub - ezex-io/ezex-core
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ezex-io/ezex-core

Repository files navigation

ezeX-Core Services

ezeX-Core contains core services of ezeX exchange.

Service name
Deposit

Getting Started

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

Testing

By runningcargo test you can test all the libraries and binaries. If you like to perform only unit testing, run cargo test --lib.

Contributing

Please read Contribution document before start working on this project.

Dockers

Please read Docker containers document to create docker images.

Deployment

Please read Deployment document before publishing/deploying the services.

License

This software is under commercial License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0