Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 484 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 484 Bytes

BTCMarkets API Sample App

This is a sample application written in Rust that demonstrates how to interact with the BTCMarkets API. The entire application is contained in a single file main.rs.

Basic usage:

BTCMARKETS_API_KEY=12343 BTCMARKETS_PRIVATE_KEY=1234  cargo run

For instructions on how to build and run a Rust binary, please see the official Rust documentation at: https://doc.rust-lang.org/book/ch01-03-hello-cargo.html#building-and-running-a-cargo-project