Superteam Germany Docs
  • ๐Ÿ‘‹Introduction
  • ๐Ÿ‘‘Guilds
  • ๐Ÿ”ฅGet involved
  • Developers Guild
    • ๐Ÿง™Guild 101
    • ๐Ÿ•Sessions
      • Introduction to Turbin3
      • Pokรฉmon in a blink: Interview with sol_idity
      • Solana Blink Special
      • Minting NFTs with Metaplex Core
      • ZK Compression
    • ๐Ÿง Knowledge Base
      • ๐Ÿ‘จโ€๐ŸซOnline Courses
        • ๐Ÿ”ฅSolana Developer Bootcamp 2024
        • For Beginners
        • For Intermediates
      • ๐Ÿ‘จโ€๐Ÿ’ปTutorials
      • ๐ŸŒŸCode Examples
      • ๐Ÿ› ๏ธSDK Overview
        • Base
        • ๐Ÿ“ฑFrontend
        • โšกBackend
        • ๐Ÿ•น๏ธGaming
        • Wallet Integration
        • โš—๏ธSolana Starter Kit
      • ๐Ÿ‘พTools
      • ๐ŸŒˆMisc
    • ๐Ÿ’ฌFeedback
    • ๐Ÿš€Join our Telegram
  • Creators Guild
    • ๐ŸŽจINTRO - GM Creators! โ€‹
    • ๐Ÿ‘ฉโ€๐ŸŽจCREATORS RESOURCE HUB
      • ๐Ÿ”ฎSpaces
        • Creator Resources
      • ๐ŸŒ†Events & Exhibitions
  • Hackathons
    • ๐Ÿ’ปHackaTUM
      • ๐Ÿ†Winning Idea?
      • โ˜•Entry Point
      • ๐Ÿง‘โ€๐ŸซTutorials
      • Faucets
    • ๐Ÿƒโ€โ™€๏ธSolana Speedrun
    • โš”๏ธColosseum
      • 3 Day Hackathon Bootcamp
    • ๐Ÿ‘‹Resource Hub
  • Resources
    • ๐Ÿ‘จโ€๐Ÿ’ปDeveloper Resources
  • More from us
    • Follow on X
    • Visit our Events
    • Chat on Telegram
Powered by GitBook
On this page
  • JavaScript Client for Solana
  • What is Solana-Web3.js? #
  • Rust Client for Solana
  • Python Client for Solana
  • Blinks

Was this helpful?

  1. Developers Guild
  2. Knowledge Base
  3. SDK Overview

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.

PreviousBaseNextBackend

Last updated 5 months ago

Was this helpful?

What is Solana-Web3.js?

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.

Python Client for Solana

Both and are great options to get going when writing client code on Python

Blinks

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 :

๐Ÿง 
๐Ÿ› ๏ธ
๐Ÿ“ฑ
JavaScript Client for Solana
#
Solana JSON RPC API
here
Rust Client for Solana
published to crates.io
on docs.rs
Build and deploy your first Solana program using only your browser
Setup your local environment
Solders
Solana.py
Solana Developers
Dialect
Solana Blink Special
solana-actions/examples at main ยท solana-developers/solana-actionsGitHub
Logo
GitHub - dialectlabs/blinksGitHub
Logo