Skip to content

noplan-inc/nft.storage-rs

Repository files navigation

nft.storage-rs

Crates.io Documentation Build Status

This workspace contains a collection of Rust crates for interacting with the nft.storage service. It aims to provide a comprehensive toolkit for managing NFTs (Non-Fungible Tokens) in Rust.

Workspace Members

This workspace contains the following members:

  • nft-storage-rs-core: The core library for uploading and managing NFT data.
  • nft-storage-rs-api: A library for interfacing with nft.storage API, automatically generated from OpenAPI.
  • nft-storage-rs-cli: A command-line interface for interacting with the nft-storage-rs library.
  • nft-storage-rs-daemon: A long-running process for automated management of NFT data.

Installation

Global Build

To build all workspace members, you can run the following command at the workspace root:

$ cargo build --workspace

Individual Installation

To install individual workspace members, navigate to their respective directories and run:

$ cargo install --path .

Usage

Each workspace member has its own set of usage guidelines. Please refer to the individual README files for each crate for more information:

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published