Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 225 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 225 Bytes

This is minimal template for Solana BPF programs

Build and test for program compiled natively

$ cargo build
$ cargo test

Build and test the program compiled for BPF

$ cargo build-bpf
$ cargo test-bpf