Frontend
You can already do a lot on Solana without deploying your own programs (smart contracts) by using TypeScript and we would recommend you to start here, especially if you are used to web2 technologies.
Last updated
Was this helpful?
You can already do a lot on Solana without deploying your own programs (smart contracts) by using TypeScript and we would recommend you to start here, especially if you are used to web2 technologies.
Last updated
Was this helpful?
The Solana-Web3.js library aims to provide complete coverage of Solana. The library was built on top of the .
You can find the full documentation for the @solana/web3.js
library .
Solana's Rust crates are and can be found with the solana-
prefix.
HELLO WORLD: GET STARTED WITH SOLANA DEVELOPMENT
To quickly get started with Solana development and build your first Rust program, take a look at these detailed quick start guides:
. No installation needed.
and use the local test validator.
Both and are great options to get going when writing client code on Python
Make sure to check out these templates
Using Blinks for NFT Minting:
A package that lets you render a blink on your website. There are also other packages available, e.g. from .
This is also a great resource from :