nifty-asset

Crates.ionifty-asset
lib.rsnifty-asset
version0.6.1
sourcesrc
created_at2024-02-27 13:38:15.870202
updated_at2024-07-17 23:57:00.556689
descriptionA client SDK for Nifty Asset program
homepage
repositoryhttps://github.com/nifty-oss/asset
max_upload_size
id1155111
size337,983
nifty (nifty-service)

documentation

README

nifty-asset

A Rust client SDK for Nifty Asset program.

Getting started

From your project folder:

cargo add nifty-asset

Structure

The SDK is divided into several modules:

  • accounts: structs representing the accounts of the program
  • errors: enums representing the program errors
  • instructions: structs to facilitate the creation of instructions, instruction arguments and CPI helpers
  • types: structs representing types used by the program

Contributing

Check out the Contributing Guide the learn more about how to contribute to this library.

Commit count: 211

cargo fmt