9af7009bb4
* Add failing test * Add config struct for vote-account creation * Add create-vote-account ix builders that use CreateVoteAccountConfig * Test now passes; add case to demonstrate failure after activation * Deprecate existing ix builders * Use new builders in solana-cli * Query feature status to use correct VoteState size in solana-cli * Fix tests and clippy warnings * Improve ugly conditional block |
||
---|---|---|
.. | ||
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 Stack Exchange