File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# ** client-rust-fix**
22## Rust Client for trading on [ https://power.trade ] ( power.trade ) crypto exchange
33
4- [ ![ Rust] ( https://github.com/laisee/client-rust-fix/actions/workflows/rust.yml/badge.svg )] ( https://github.com/laisee/client-rust-fix/actions/workflows/rust.yml )
4+ [ ![ Rust] ( https://github.com/laisee/client-rust-fix/actions/workflows/rust.yml/badge.svg?branch=main )] ( https://github.com/laisee/client-rust-fix/actions/workflows/rust.yml )
55[ ![ CI] ( https://github.com/laisee/client-rust-fix/actions/workflows/ci.yml/badge.svg )] ( https://github.com/laisee/client-rust-fix/actions/workflows/ci.yml )
6- [ ![ Clippy ] ( https://github.com/laisee/client-rust-fix/actions/workflows/clippy.yml/badge. svg )] ( https://github.com/laisee/client-rust-fix/actions/workflows/clippy.yml )
7- [ ![ License: MIT ] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT ) ![ MSRV ] ( https://img.shields.io/badge/MSRV-1.80.0-orange )
8-
6+ [ ![ License: MIT ] ( https://img.shields.io/badge/License-MIT-yellow. svg )] ( https://opensource.org/licenses/MIT )
7+ [ ![ Clippy ] ( https://github.com/laisee/client-rust-fix/actions/workflows/clippy.yml/badge.svg?branch=main ) ]( https://github.com/laisee/client-rust-fix/actions/workflows/clippy.yml )
8+ ![ MSRV ] ( https://img.shields.io/badge/MSRV-1.80.0-orange )
99
1010Rust client for power.trade Fix protocol.
1111Implements authentication and basic order management(add single order, cancel single order).
@@ -43,7 +43,7 @@ Power.Trade API home page can be found [here](https://support.power.trade/api/ap
4343 ```
44444 . Open the new ` .env.test ` file and update the settings for your Test API environment
4545
46- 5 . Save the file and run the client on the Test environment.
46+ 5 . Save the file and run the client on the Test environment(same process can be followed to create production env file '.env.prod')
4747
4848 n.b. Rust client runtime environment is set on command line as a parameter for the --env flag with value of 'development', 'test', 'production'
4949 ```
You can’t perform that action at this time.
0 commit comments