Companies Home Search Profile

Build Social Media Smart Contracts in TS and Rust for NEAR

Focused View

John Bura,Mammoth Interactive,NEAR Foundation

12:48:43

125 View
  • 1 - Build a social networking Rust smart contract for NEAR Blockchain.mp4
    02:50
  • 2 - Build a social media sharing dapp with TypeScript and React JS.mp4
    02:45
  • 3 - 00 About Mammoth Interactive.mp4
    01:12
  • 4 - 01 How To Learn Online Effectively.mp4
    13:46
  • 5 - 00 Blockchain Introduction.mp4
    07:38
  • 6 - 02 What is a Smart Contract.mp4
    06:34
  • 7 - 03 What is the NEAR blockchain.mp4
    03:58
  • 8 - 01 Why All Developers Need To Know The Command Line.mp4
    08:50
  • 9 - 02 Install Linux Command Line On Windows.mp4
    03:18
  • 10 - 03 What Are Linux And Unix Terminals.mp4
    08:04
  • 11 - 01 Build Your First Command In The Command Line.mp4
    03:48
  • 12 - 02 Navigate Directories In The Command Line.mp4
    06:33
  • 13 - 03 Build And Edit A New File In The Command Line.mp4
    07:27
  • 14 - 04 Move Files In The Command Line.mp4
    09:00
  • 15 - 00 What Is Node JS.mp4
    08:22
  • 16 - 01 Install Node And NPM On Mac Or Windows.mp4
    03:14
  • 17 - 02 How to Install Node and NPM on Windows.mp4
    08:41
  • 18 - 00 What is Rust.mp4
    03:03
  • 19 - 01 Set Up NEAR Smart Contract Project with Rust.mp4
    07:18
  • 20 - 02 Build a Hello World Rust smart contract.mp4
    07:39
  • 21 - 01 Rust String vs str explained.mp4
    05:01
  • 22 - 02 What is a Rust struct with attributes.mp4
    05:31
  • 23 - 03 What is Rust Default trait.mp4
    06:10
  • 24 - 04 What is mut in Rust.mp4
    03:54
  • 25 - 01 Install curl.mp4
    03:32
  • 26 - 00 Install Rust and Cargo on Mac Bash and ZShell or Windows.mp4
    10:15
  • 27 - 01 Define a social media post object in Rust smart contract.mp4
    04:33
  • 28 - 02 Set up social media smart contract in Rust.mp4
    03:34
  • 29 - 03 Add social media post to collection in Rust smart contract.mp4
    10:02
  • 30 - 04 Store posts by tag in Rust social contract.mp4
    04:03
  • 31 - 05 Get all social media posts from collection in Rust smart contract.mp4
    03:31
  • 32 - 00 Enable liking a post in Rust social media contract.mp4
    07:07
  • 33 - 01 Store my likes in Rust social media smart contract.mp4
    04:56
  • 34 - 02 Get liked posts by account id in Rust smart contract.mp4
    06:47
  • 35 - 03 Get social media posts by tag in Rust smart contract.mp4
    02:58
  • 36 - 01 Variables.mp4
    05:36
  • 37 - 02 Javascript.mp4
    10:24
  • 38 - 03 Numbers.mp4
    04:52
  • 39 - 04 Booleans.mp4
    05:22
  • 40 - 05 If Statements.mp4
    04:27
  • 41 - 06 Arrays.mp4
    08:31
  • 42 - 07 For Loops.mp4
    09:16
  • 43 - 08 While Loops.mp4
    04:34
  • 44 - 09 Objects.mp4
    08:02
  • 45 - 10 Functions.mp4
    06:09
  • 46 - 11 Foreach.mp4
    03:54
  • 47 - 12 Map Functions.mp4
    05:22
  • 48 - 13 Using Objects As Dictionary.mp4
    02:45
  • 49 - 14 Switch Statements.mp4
    06:38
  • 50 - 15 Destructuring.mp4
    05:30
  • 51 - 16 Spread Operator.mp4
    06:56
  • 52 - 17 String Templates.mp4
    06:37
  • 53 - 18 Error Handling.mp4
    05:45
  • 54 - 19 Let And Const Keywords.mp4
    03:39
  • 55 - 20 DoWhile.mp4
    01:45
  • 56 - 21 Sets.mp4
    05:42
  • 57 - 22 Maps.mp4
    04:39
  • 58 - 23 Stacks.mp4
    06:06
  • 59 - 24 Queues.mp4
    11:49
  • 60 - 25 For Loop.mp4
    05:11
  • 61 - 26 Recursive Functions.mp4
    07:13
  • 62 - 27 Loop Labeling.mp4
    05:18
  • 63 - 28 2D Arrays.mp4
    21:59
  • 64 - 29 Settimeout.mp4
    07:02
  • 65 - 30 Sentimental.mp4
    11:21
  • 66 - 31 Functions With Optional Parameters.mp4
    15:10
  • 67 - 32 Basic Regular Expression.mp4
    05:53
  • 68 - 33 Handle Keypress Events.mp4
    22:45
  • 69 - 34 Priority Queue.mp4
    15:54
  • 70 - 35 Adddelete Object Property.mp4
    02:44
  • 71 - 36 Example With Sets Part 1.mp4
    28:49
  • 72 - 36 Example With Sets Part 2.mp4
    43:20
  • 73 - 37 Concat.mp4
    03:12
  • 74 - 38 Flat And Flatmap.mp4
    02:06
  • 75 - 01 Set up social media dapp with Create Near App.mp4
    04:39
  • 76 - 02 Define a social media post object in TypeScript smart contract.mp4
    03:12
  • 77 - 03 Add social media post to collection in TypeScript smart contract.mp4
    10:23
  • 78 - 04 Get all social media posts from collection in TypeScript smart contract.mp4
    03:48
  • 79 - 01 Store likes in social media smart contract.mp4
    07:59
  • 80 - 02 Get liked posts by account id in NEAR smart contract.mp4
    10:22
  • 81 - 03 Get social media posts by tag in smart contract.mp4
    11:02
  • 82 - 01 Course Requirements.mp4
    02:56
  • 83 - 02 What Is JSbin.mp4
    03:15
  • 84 - 03 Setting Up The HTML Document.mp4
    02:41
  • 85 - 04 Header Tags And Paragraphs Tags.mp4
    04:06
  • 86 - 05 Styles.mp4
    03:32
  • 87 - 06 Bold Underline And Italic Tags.mp4
    03:10
  • 88 - 07 Adding In A Link.mp4
    01:38
  • 89 - 08 Adding In A Image.mp4
    03:00
  • 90 - 09 Adding A Link To An Image.mp4
    01:54
  • 91 - 10 Lists.mp4
    04:03
  • 92 - 11 Tables.mp4
    03:29
  • 93 - 12 Different Kinds Of Input.mp4
    04:59
  • 94 - 13 Adding In A Submit Button.mp4
    03:01
  • 95 - 00 Why You Should Learn React.mp4
    05:30
  • 96 - 01 React Introduction.mp4
    12:33
  • 97 - 02 Set up a Container.mp4
    08:13
  • 98 - 03 Generate a List.mp4
    06:46
  • 99 - 04 Add Items to the List.mp4
    06:34
  • 100 - 05 Clear Input Field.mp4
    10:26
  • 101 - 06 Remove a Task.mp4
    10:39
  • 102 - 01 Set up blank React social media dapp.mp4
    03:12
  • 103 - 02 Get all social media contract posts in React dapp.mp4
    09:02
  • 104 - 03 Define a post component in React dapp.mp4
    10:09
  • 105 - 04 Upload social media post to smart contract via React dapp.mp4
    07:58
  • 106 - 05 Handle post submission from dapp to smart contract.mp4
    11:42
  • 107 - 01 Enable liking post in React JS dapp.mp4
    08:38
  • 108 - 02 Get posts by tag in React dapp.mp4
    04:29
  • 109 - 03 Submit tag to get data from smart contract.mp4
    11:32
  • Description


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

    What You'll Learn?


    • 01 Define a social media post object in Rust smart contract and TypeScript smart contract
    • 02 Set up social media smart contract in Rust and TypeScript smart contract
    • 03 Add social media post to collection in Rust smart contract and TypeScript smart contract
    • 00 Enable liking a post in Rust social media contract and TypeScript smart contract
    • 03 Get social media posts by tag in Rust smart contract and TypeScript smart contract

    Who is this for?


  • Anyone interested in building smart contracts for the NEAR blockchain
  • Anyone who wants to learn to code
  • What You Need to Know?


  • No experience required
  • No cryptocurrency required
  • No paid software required
  • Code editor (free)
  • More details


    Description

    What is the NEAR blockchain?

    • built to be simple, secure and scalable.

    • Low cost. High speed. Effortless scale.

    • 18M+ Active Accounts

    • 400K Daily Transactions

    • ~2.4s Time to Finality 

    • Contracts, DAOs, dapps, funding

    • Layer 1 blockchain

      not dependent on other chains.

    uses a unique scaling mechanism

    • Nightshade sharding

    • Scales infinitely

    • resists short-term usage spikes

    Proof of stake

    • More efficient than Bitcoin and Ethereum

    web-based wallet

    • no need for users to install programs or browser extensions

    • makes it especially easy to onboard new users (e.g. through named accounts)

    Certified carbon neutral

    • consumes in a year the same energy bitcoin consumes in 3 minutes

    Interoperable with Ethereum

    • using Rainbow Bridge

    Your Instructor

    Alexandra Kropova is a software developer with extensive experience in smart contract and decentralized app development. She has helped produce courses for Mammoth Interactive since 2016, including many blockchain and Web3 courses.

    Mammoth Interactive is a leading online course provider in everything from learning to code to becoming a YouTube star. Mammoth Interactive courses have been featured on Harvard’s edX, Business Insider and more.

    Over 11 years, Mammoth Interactive has built a global student community with 1.1 million courses sold. Mammoth Interactive has released over 250 courses and 2,500 hours of video content.

    Founder and CEO John Bura has been programming since 1997 and teaching since 2002. John has created top-selling applications for iOS, Xbox and more. John also runs SaaS company Devonian Apps, building efficiency-minded software for technology workers like you.

    Join 1.3+ million students in high-quality courses featured at Harvard

    • Lifetime access that never expires

    • Project-based curriculum to superboost your portfolio

    • Graduation certificate for every course

    • Absolute beginner-friendly

    • 90% off today

    • Use any computer

    • Satisfaction guarantee

    • Get all source code

    • Popular bundle by Mammoth students

    • Perfected over years of training

    Reviews from the Mammoth Community

    "This is AMAZING I just learned how to code without breaking a sweat, this is really easy and fun!" -Shalonda Lewis

    "This course so far is by far amazing! The instructor is very encouraging and up beat." -Moiz Saqib

    "It was informative and definitely covered the basics. Easy to understand and to follow." -Colin Mooney

    Who this course is for:

    • Anyone interested in building smart contracts for the NEAR blockchain
    • Anyone who wants to learn to code

    User Reviews
    Rating
    0
    0
    0
    0
    0
    average 0
    Total votes0
    Focused display
    John Bura is has been a successful Udemy instructor since 2011. John Bura has been programming games since 1997 and teaching since 2002. John is the owner of the game development studio Mammoth Interactive. This company produces XBOX 360, iPhone, iPad, android, HTML 5, ad-games and more. Mammoth Interactive recently sold a game to Nickelodeon! John has been contracted by many different companies to provide game design, audio, programming, level design and project management. To this day John has 40 commercial games that he has contributed to. Several of the games he has produced have risen to the top 10 in the Apple's app store. In his spare time John likes to play ultimate Frisbee, cycle and work out.
    Mammoth Interactive
    Mammoth Interactive
    Instructor's Courses
    Mammoth Interactive is a leading online course provider in everything from learning to code to becoming a YouTube star. Mammoth Interactive courses have been featured on Harvard’s edX, Business Insider and more.Over 11 years, Mammoth Interactive has built a global student community with 1.1 million courses sold. Mammoth Interactive has released over 250 courses and 2,500 hours of video content.Founder and CEO John Bura has been programming since 1997 and teaching since 2002. John has created top-selling applications for iOS, Xbox and more. John also runs SaaS company Devonian Apps, building efficiency-minded software for technology workers like you."I absolutely love this course. This is such a comprehensive course that was well worth the money I spent and a lot more. Will definitely be looking at more Mammoth Interactive courses when I finish this." – Student Matt W."Very good at explaining the basics then building to more complex features." – Student Kevin L.Try a course today.
    NEAR Foundation
    NEAR Foundation
    Instructor's Courses
    NEAR is a blockchain built to be simple, secure and scalable. It is a carbon neutral, low gas tax, layer one protocol.Low cost. High speed. Effortless scale. Putting usability first in our mission to change the world with Web3. Our goal is to help developers with all types of experience to create without limits.
    Students take courses primarily to improve job-related skills.Some courses generate credit toward technical certification. Udemy has made a special effort to attract corporate trainers seeking to create coursework for employees of their company.
    • language english
    • Training sessions 109
    • duration 12:48:43
    • Release Date 2022/12/01