/opensea-rs

Rust client to Opensea's APIs and Ethereum smart contracts

Primary LanguageRust

opensea.rs

Rust bindings to the Opensea API and Contracts

Development

Rust Toolchain

We use the stable Rust toolchain. Install by running: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Building & testing

cargo check
cargo test
cargo doc --open
cargo build [--release]

Features

  • Opensea API
    • Get All Listings
    • Get All Offers
    • Fulfill a Listing
    • Fulfill an Offer
  • Opensea Types (Orders etc.)