
Web3 Infrastructure for Everyone | Solana
Fast. Decentralized. Scalable. Energy efficient. Solana can power thousands of transactions per second.
Solana: A new architecture for a high performance blockchain v0.8.13 Anatoly Yakovenko [email protected] Legal Disclaimer Nothing in this White Paper is an o er to sell, or the solicitation of an o er to buy, any tokens. Solana is publishing this White Paper solely to receive feedback and comments from
Solana Blockchain Developer Resources
Find resources, guides, and tools for developing on the Solana blockchain.
Install the Solana CLI and Anchor
A guide to setting up your local Solana development environment. Learn how to install Rust, the Solana CLI, and Anchor Framework on Windows (WSL), Linux, and Mac.
How to interact with tokens in programs | Solana
The player_data account is initialized using a Program Derived Address (PDA) with the player public key as one of the seeds. This ensures that each player_data account is unique and associated with the player, allowing every player to create their own player_data account. Kill Enemy Instruction. Next, let's implement the kill_enemy instruction which reduces the player's health by 10 and mints ...
Intro to Anchor development - Solana
Summary. Programs on Solana have instruction handlers, which are functions that take arguments from incoming instructions.They are the entry point for any operation in a program. Rust is the most common language for building Solana programs. The Anchor framework takes care of common grunt work - like reading data from incoming instructions, and checking the right accounts are provided - so you ...
How to use Priority Fees on Solana
Viewing this transaction on the Solana Explorer, see that we used ComputeBudgetProgram.setComputeUnitLimit to set the Compute Unit Limit to 300 CUs while also adding a priority fee of 20000 micro-lamports with ComputeBudgetProgram.setComputeUnitPrice. How Do I Estimate Priority Fees? The best way to estimate priority fees for a given transaction is to query the historical priority fees ...
Solana Wallets - A More Powerful, Programmable Way to Blockchain
Solana’s multisig wallets give you the control, security, and automation needed to manage digital assets in any online environment. Custom Signatures: Lock down your assets with customizable multisig approvals, so transactions are only executed when the right users sign off.
Learn Solana development | Solana
Discover developer resources for the Solana ecosystem. Documentation, tooling, frameworks, sdks, and more.
06-01-22 Solana Mainnet Beta Outage Report | Solana
At approximately 16:30 UTC on Wednesday, June 1, Solana’s Mainnet Beta cluster ceased producing blocks as result of stalled consensus, caused by a bug in the durable nonce transactions feature. Over the next four and a half hours, validator operators worked to identify the point of furthest progress and collectively instituted a restart of the network, which resulted in durable nonce ...