Rust bindings to the Opensea API and Contracts
We use the stable Rust toolchain. Install by running: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
cargo check
cargo test
cargo doc --open
cargo build [--release]
- Opensea API
- Get All Listings
- Get All Offers
- Fulfill a Listing
- Fulfill an Offer
- Opensea Types (Orders etc.)