wen_new_standard

Crates.iowen_new_standard
lib.rswen_new_standard
version0.4.2-alpha
sourcesrc
created_at2024-05-20 22:37:46.404952
updated_at2024-07-04 18:24:14.720464
descriptionAn open and composable NFT standard on Solana.
homepagehttps://wenwencoin.com
repositoryhttps://github.com/wen-community/wen-program-library/clients/rust/wen_new_standard
max_upload_size
id1246255
size301,928
Balmy Gazebo (balmy-gazebo)

documentation

https://docs.wenwencoin.com

README

A Rust client SDK for WEN New Standard program.

Getting started

From your project folder:

cargo add wen_new_standard

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: 0

cargo fmt