Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 466 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 466 Bytes

Mpl Token Extras

Extra instructions built on top of the native Token program.

Building

This will build the program and output a .so file in a non-comitted target/deploy directory which is used by the config/shank.cjs configuration file to start a new local validator with the latest changes on the program.

cargo build-bpf

Testing

You may run the following command to build the program and run its Rust tests.

cargo test-bpf