Crates.io | wen_new_standard |
lib.rs | wen_new_standard |
version | 0.4.2-alpha |
source | src |
created_at | 2024-05-20 22:37:46.404952 |
updated_at | 2024-07-04 18:24:14.720464 |
description | An open and composable NFT standard on Solana. |
homepage | https://wenwencoin.com |
repository | https://github.com/wen-community/wen-program-library/clients/rust/wen_new_standard |
max_upload_size | |
id | 1246255 |
size | 301,928 |
A Rust client SDK for WEN New Standard program.
From your project folder:
cargo add wen_new_standard
The SDK is divided into several modules:
accounts
: structs representing the accounts of the programerrors
: enums representing the program errorsinstructions
: structs to facilitate the creation of instructions, instruction arguments and CPI helperstypes
: structs representing types used by the programCheck out the Contributing Guide the learn more about how to contribute to this library.