# nifty-asset A Rust client SDK for Nifty Asset [program](https://github.com/nifty-oss/asset). ## Getting started From your project folder: ```bash 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](./CONTRIBUTING.md) the learn more about how to contribute to this library.