Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 651 Bytes

File metadata and controls

22 lines (14 loc) · 651 Bytes

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.