وب سایت تخصصی شرکت فرین
دسته بندی دوره ها

Build Social Media Smart Contracts in TS and Rust for NEAR

سرفصل های دوره

Social Media Smart Contract Development with Rust and TypeScript for NEAR Blockchain


1 - Project Previews
  • 1 - Build a social networking Rust smart contract for NEAR Blockchain
  • 2 - Build a social media sharing dapp with TypeScript and React JS

  • 2 - 00b Mammoth Interactive Courses Introduction
  • 3 - 00 About Mammoth Interactive
  • 4 - 01 How To Learn Online Effectively

  • 3 - 00c Prerequisite Blockchain and Smart Contracts Overview
  • 5 - 00 Blockchain Introduction
  • 6 - 02 What is a Smart Contract
  • 7 - 03 What is the NEAR blockchain

  • 4 - 00d Prerequisite Command Line Fundamentals
  • 8 - 01 Why All Developers Need To Know The Command Line
  • 9 - 02 Install Linux Command Line On Windows
  • 10 - 03 What Are Linux And Unix Terminals
  • 11 - 01 Build Your First Command In The Command Line
  • 12 - 02 Navigate Directories In The Command Line
  • 13 - 03 Build And Edit A New File In The Command Line
  • 14 - 04 Move Files In The Command Line

  • 5 - 00e Prerequisite Install Node and npm
  • 15 - 00 What Is Node JS
  • 16 - 01 Install Node And NPM On Mac Or Windows
  • 17 - 02 How to Install Node and NPM on Windows

  • 6 - 00e1 Prerequisite Build a Hello World NEAR smart contract with Rust
  • 18 - 00 What is Rust
  • 19 - 01 Set Up NEAR Smart Contract Project with Rust
  • 20 - 02 Build a Hello World Rust smart contract

  • 7 - 00e2 Prerequisite Rust programming fundamentals for NEAR smart contracts
  • 21 - 01 Rust String vs str explained
  • 22 - 02 What is a Rust struct with attributes
  • 23 - 03 What is Rust Default trait
  • 24 - 04 What is mut in Rust

  • 8 - 00f Install curl for Mac or Linux Unix Terminals only
  • 25 - 01 Install curl

  • 9 - 00g Prerequisite Install Rust and Cargo
  • 26 - 00 Install Rust and Cargo on Mac Bash and ZShell or Windows

  • 10 - 01 Set up social networking Rust contract
  • 27 - 01 Define a social media post object in Rust smart contract
  • 28 - 02 Set up social media smart contract in Rust
  • 29 - 03 Add social media post to collection in Rust smart contract
  • 30 - 04 Store posts by tag in Rust social contract
  • 31 - 05 Get all social media posts from collection in Rust smart contract

  • 11 - 02 Store likes and tags in social media Rust smart contract
  • 32 - 00 Enable liking a post in Rust social media contract
  • 33 - 01 Store my likes in Rust social media smart contract
  • 34 - 02 Get liked posts by account id in Rust smart contract
  • 35 - 03 Get social media posts by tag in Rust smart contract

  • 12 - 03 Prerequisite Introduction to JavaScript
  • 36 - 01 Variables
  • 37 - 02 Javascript
  • 38 - 03 Numbers
  • 39 - 04 Booleans
  • 40 - 05 If Statements
  • 41 - 06 Arrays
  • 42 - 07 For Loops
  • 43 - 08 While Loops
  • 44 - 09 Objects
  • 45 - 10 Functions
  • 46 - 11 Foreach
  • 47 - 12 Map Functions
  • 48 - 13 Using Objects As Dictionary
  • 49 - 14 Switch Statements
  • 50 - 15 Destructuring
  • 51 - 16 Spread Operator
  • 52 - 17 String Templates
  • 53 - 18 Error Handling
  • 54 - 19 Let And Const Keywords
  • 55 - 20 DoWhile
  • 56 - 21 Sets
  • 57 - 22 Maps
  • 58 - 23 Stacks
  • 59 - 24 Queues
  • 60 - 25 For Loop
  • 61 - 26 Recursive Functions
  • 62 - 27 Loop Labeling
  • 63 - 28 2D Arrays
  • 64 - 29 Settimeout
  • 65 - 30 Sentimental
  • 66 - 31 Functions With Optional Parameters
  • 67 - 32 Basic Regular Expression
  • 68 - 33 Handle Keypress Events
  • 69 - 34 Priority Queue
  • 70 - 35 Adddelete Object Property
  • 71 - 36 Example With Sets Part 1
  • 72 - 36 Example With Sets Part 2
  • 73 - 37 Concat
  • 74 - 38 Flat And Flatmap

  • 13 - 04 Set up social media dapp with Create Near App
  • 75 - 01 Set up social media dapp with Create Near App
  • 76 - 02 Define a social media post object in TypeScript smart contract
  • 77 - 03 Add social media post to collection in TypeScript smart contract
  • 78 - 04 Get all social media posts from collection in TypeScript smart contract

  • 14 - 05 Store likes and tags in social media smart contract
  • 79 - 01 Store likes in social media smart contract
  • 80 - 02 Get liked posts by account id in NEAR smart contract
  • 81 - 03 Get social media posts by tag in smart contract

  • 15 - 06a Prerequisite Introduction to HTML
  • 82 - 01 Course Requirements
  • 83 - 02 What Is JSbin
  • 84 - 03 Setting Up The HTML Document
  • 85 - 04 Header Tags And Paragraphs Tags
  • 86 - 05 Styles
  • 87 - 06 Bold Underline And Italic Tags
  • 88 - 07 Adding In A Link
  • 89 - 08 Adding In A Image
  • 90 - 09 Adding A Link To An Image
  • 91 - 10 Lists
  • 92 - 11 Tables
  • 93 - 12 Different Kinds Of Input
  • 94 - 13 Adding In A Submit Button

  • 16 - 06b Prerequisite Introduction to React
  • 95 - 00 Why You Should Learn React
  • 96 - 01 React Introduction
  • 97 - 02 Set up a Container
  • 98 - 03 Generate a List
  • 99 - 04 Add Items to the List
  • 100 - 05 Clear Input Field
  • 101 - 06 Remove a Task

  • 17 - 07 Get all social media contract posts in React dapp
  • 102 - 01 Set up blank React social media dapp
  • 103 - 02 Get all social media contract posts in React dapp
  • 104 - 03 Define a post component in React dapp
  • 105 - 04 Upload social media post to smart contract via React dapp
  • 106 - 05 Handle post submission from dapp to smart contract

  • 18 - 08 Build likes and tags in social media dapp
  • 107 - 01 Enable liking post in React JS dapp
  • 108 - 02 Get posts by tag in React dapp
  • 109 - 03 Submit tag to get data from smart contract
  • 53,700 تومان
    بیش از یک محصول به صورت دانلودی میخواهید؟ محصول را به سبد خرید اضافه کنید.
    خرید دانلودی فوری

    در این روش نیاز به افزودن محصول به سبد خرید و تکمیل اطلاعات نیست و شما پس از وارد کردن ایمیل خود و طی کردن مراحل پرداخت لینک های دریافت محصولات را در ایمیل خود دریافت خواهید کرد.

    ایمیل شما:
    تولید کننده:
    شناسه: 1274
    حجم: 5446 مگابایت
    مدت زمان: 769 دقیقه
    تاریخ انتشار: 26 دی 1401
    طراحی سایت و خدمات سئو

    53,700 تومان
    افزودن به سبد خرید