Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 412 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 412 Bytes

Mpl Core

Digital Assets

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