• Post category:StudyBullet-8
  • Reading time:5 mins read


Create dApps, Defi, NFTs, Solana Tokens. With Web3.js, Metaplex, Smart Contracts, React, Typescript

What you will learn

Solana Programs – Smart Contracts

Solana Developer Core Concepts

Create a Solana SPL Tokens

Wallet Adapter in React

Connecting Wallet and Sending SOL from Web Browser with Code

Send Solana SPL tokens(USDC, Orca, or your own) programmatically with NodeJS

Learn Rust

Solana NFTs with Code and Typescript

Learn to Mint NFTs with Metaplex and Arweave

Description

Learn the Solana Blockchain foundations.

Learn how to interact with code:

  • Solana Programs (Smart Contracts). Token Program.
  • Solana Accounts.
  • JSONย RPCย API of Solana sending requests to the blockchain using Postman and virtually any programming language.
  • Using web3.js for sending solana transactions using Javascript.
  • System Program Library Token, how to interact with Solana Token Program
  • Create a Solana Token and be able to send tokens with backend code.
  • Check if a wallet owns an NFT.
  • Interact with wallets send transactions.
  • Send SOLย with a wallet by signing a transaction.
  • Intro to Phantom Wallet and Wallet Adapter.
  • Smart Contracts – Solana Programs
  • Mint NFTs with Metaplex and Arweave

This course intention is to give the foundations for all people that want to create their DAO, startup using Solana.


Get Instant Notification of New Courses on our Telegram channel.


A DAOย a Decentralized Autonomous Organization the new generation of startups, require that the new entrepreneurs learn web3 skills, DAOs share revenue with no middlemen & can be achieved close to realtime.

NFT holders can be validated in the blockchain with code and the send of value can be triggered via smart contracts and backend code communicating with the solana blockchain.

We want to created the foundations so you can rise and succeed in your journey for mastering web3, solana development an environmentally friendly blockchain, super fats & with ultra-low transaction fees.

English
language

Content

Introduction

Introduction

INTRO RUST Programming

Intro to RUST
Installation of Rust
Rust Program Compilation & Cargo
Fundamental Data Types Rust Intro
Arrays in Rust
HTTP POST REQUEST TO SOLANA API

Core concepts

Programs (Smart Contracts)
Accounts
Transactions

Solana Tokens

Token Program
Create a Token in Solana
Send SPL Token Solana
Send SPL Token Code Github

Solana Smart Contracts (Programs)

Solana Smart Contracts Life Cycle

Basic Solana Code

Connecting with Phantom Wallet
Send Sol with Phantom and Coded

JSON RPC API SOLANA

Get Account Info Balance of a Wallet
HTTP GET REQUEST INTRO
HTTP GET REQUEST RUST