UBC Blockchain Solana Developer Course
search
⌘Ctrlk
UBC Blockchain Solana Developer Course
  • Introduction
    • Welcome to the bootcamp!
    • Guide to succeeding in the Bootcamp
  • Introduction to Solana
    • 1: History and Importance of Solana
    • 2: How the Solana Blockchain Works
    • 3: The Account Model
    • 4: Blockchain State
  • Interacting with the Solana Blockchain
    • 1: JSON RPC-API & Solana Web3.js
      • Overview of the JSON RPC API
      • Reading Data from the Solana Blockchain
      • Writing Data to the Solana Blockchain
      • Interacting with Wallets
    • 2: Metaplex
  • Smart Contract Basics
    • Introduction to Rust
    • Using Rust for Smart Contracts
  • Deeper Dive into Smart Contracts
    • Code Optimization
    • Security
  • Core Solana Contracts
    • Assignment: Build your own Fungible Token
    • Assignment: Build your own Non-Fungible Token
  • Anchor Development
    • Introduction to Anchor
    • Assignment: Ship your own Anchor Application
  • Full Stack Solana Development
    • Connecting your Solana Program to a React Application
  • Build with Solana
    • Assignment: Create a currency on Solana using Rust
    • Assignment: Build a staking dApp
gitbookPowered by GitBook
block-quoteOn this pagechevron-down
  1. Interacting with the Solana Blockchain

1: JSON RPC-API & Solana Web3.js

Overview of the JSON RPC APIchevron-rightReading Data from the Solana Blockchainchevron-rightWriting Data to the Solana Blockchainchevron-rightInteracting with Walletschevron-right
Previous4: Blockchain Statechevron-leftNextOverview of the JSON RPC APIchevron-right

Last updated 3 years ago