Skip to content

coinbase-samples/core_rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

core_rs

A Rust library for building clients and utilities for the Coinbase Prime REST APIs.

Overview

The core_rs crate provides foundational HTTP, authentication, and error handling utilities for interacting with Coinbase Prime APIs. It is designed to be used as a building block for higher-level SDKs and applications.

Features

  • HTTP client abstraction (async, based on reqwest)
  • Typed request/response handling
  • Credential management
  • Error handling with thiserror
  • Utilities for HTTP methods, headers, and status codes

Setup

1. Clone the Repository

git clone [email protected]:coinbase-samples/core-rs.git
cd core_rs

2. Build the Library

To build the library, ensure you have Rust installed (Rust 1.61+ recommended):

cargo build

License

This project is licensed under the Apache-2.0 license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages