Entry Point
It is time to cook..
Last updated
Was this helpful?
It is time to cook..
Last updated
Was this helpful?
Make sure to have checked out the refresher on the before going forward.
It is very much essential to first have the installed, so that you can debug and manage your Solana Programs and perform network operations.
: Executes transactions and processes data on the Solana network.
: Provides user interaction and displays data.
: Facilitates user access and transaction approval.
Typescript, our recommendation.
Considering the 36 hours deadline, It would particularly practical to write Solana Programs in Typescript to save time multitasking on multiple languages.
Why reinvent the wheel? does the heavy lifting for you!.
While you can build and deploy Solana Programs on Rust and even , it is highly recommended to start with , a framework for quickly building secure Solana programs. It handles both (de)serialization and security checks for you, so you can spend more time working on what matters most, your product.
๐ณ Wallets
Check out
You have options to write your client code in , as well as .
While you can use to add wallet connection functionalities, though even easier using , it would definitely be favourable to have monkey-easy onboarding solutions like , or even .
Blinks & Actions
Blockchain links "" are awesome to abstract your application and enable seamless actions like buying tokens or NFTs, staking, and voting on proposals, all without leaving the platform you're using.