Skip to content

Rust client to Opensea's APIs and Ethereum smart contracts

Notifications You must be signed in to change notification settings

mteam88/opensea-rs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.)

About

Rust client to Opensea's APIs and Ethereum smart contracts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%