๐ฑ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
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
The Solana-Web3.js library aims to provide complete coverage of Solana. The library was built on top of the Solana JSON RPC API.
You can find the full documentation for the @solana/web3.js
library here.
Solana's Rust crates are published to crates.io and can be found on docs.rs 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:
Build and deploy your first Solana program using only your browser. No installation needed.
Setup your local environment and use the local test validator.
A package that lets you render a blink on your website. There are also other packages available, e.g. from Solana Developers.