* Update all dependencies to 1.7.3, fix issues * Remove esm from mocha * Fix missed token test * Also update rust version * token-swap: update tolerance on sim test * Run `cargo clippy --fix` for needless_borrow errors * Rerun cargo fmt |
||
---|---|---|
.. | ||
cross-program-invocation | ||
custom-heap | ||
logging | ||
sysvar | ||
transfer-lamports | ||
README.md |
README.md
Program examples written in Rust
The examples in this directory demonstrate various Solana program mechanisms. They are for code reference only and are not end-to-end examples that interact with a live cluster.
Build and Test
The root README gives instructions on how to build and test these examples.