Indirect dependency packages introduce variations in features of other dependencies, which affect the fingerprints of previously built packages such as solana-program and cause redundant rebuilds of affected packages. These changes specify several features in dependencies specifications explicitly to a common set of features. The result of such consolidation is improved re-usability of previously built binary packages across programs/bpf/rust/ packages when these packages are built in CI jobs. |
||
---|---|---|
.. | ||
src | ||
tests | ||
.gitignore | ||
Cargo.toml | ||
README.md | ||
build.rs | ||
package.json |
README.md
Solana Program
Use the Solana Program Crate to write on-chain programs in Rust. If writing client-side applications, use the Solana SDK Crate instead.
More information about Solana is available in the Solana documentation.
Helloworld and the Solana Program Library provide examples of how to use this crate.
Still have questions? Ask us on Discord