mpl-token-extras

Crates.iompl-token-extras
lib.rsmpl-token-extras
version0.1.0
sourcesrc
created_at2024-02-07 02:57:29.498514
updated_at2024-02-07 02:57:29.498514
descriptionExtra instructions built on top of the native Token program.
homepage
repository
max_upload_size
id1130033
size35,217
(blockiosaurus)

documentation

README

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

cargo fmt