Best of MetaMask — 2022

  1. 1
    Article
    Avatar of communityCommunity PicksĀ·4y

    Building a Full Stack Web3 YouTube Clone with Next, IPFS, The Graph, Solidity, and Polygon

    Next, IPFS, The Graph, Solidity, and Polygon Table of contents. Building a full-stack YouTube clone on top of the Polygon blockchain using the below tech stack. The next step is to set up a next.js app and install the required dependencies. The smart contract is a decentralized program that responds to events by executing business logic.

  2. 2
    Article
    Avatar of jsPlainEnglishJavaScript in Plain EnglishĀ·4y

    šŸ”„ Web 3.0 Frontend Stack of 2022: Building Authentication with MetaMask, React, Next.js, and Chakra UI

    Web 3.0 Frontend Stack of 2022: Building Authentication with MetaMask, React, Next.js, and Chakra UI. Vitalii Shevchuk: After a few minutes of this tutorial, you will get connected with the blockchain world. In this project we will use the following tech stack, I would say it’s the best web3.0 stack of 2022 so far.

  3. 3
    Article
    Avatar of moralisMoralisĀ·3y

    Python and Web3 – A Web3 and Python Tutorial for Blockchain Development

    Web3 is one of today’s most well-established programming languages. With Moralis and the Python SDK, you can seamlessly integrate Web3 functionality into any Python application. This tutorial demonstrates how to create a Web3 Python application that allows users to sign in with MetaMask. The tutorial also illustrates the power of the Auth API.

  4. 4
    Article
    Avatar of coinsbenchCoins BenchĀ·3y

    KISS WEB 3.0

    KISS, an acronym for ā€œKeep it simple, stupid!’ You can read more about KISS here KISS principle - Wikipedia KISS is a design principle noted by the U.S. Navy in 1960. In this article I will give you a guide on how you can start writing code in web3 without getting confused.

  5. 5
    Article
    Avatar of moralisMoralisĀ·4y

    Learn How to Build a Web3 Angry Birds Game Ā» Moralis Ā» The Ultimate Web3 Development Platform

    In this week’s project we’re going to recreate the popular Angry Birds game, but the playable bird character is going to be an NFT. To do that, first we will learn how to import the Mumbai Testnet to our MetaMask wallet so we can do all the process without paying real gas. After that, we will call a function from that contract to mint the NFT using a local image in Unity. We will retrieve NFT metadata and use its image as a character in our game.

  6. 6
    Article
    Avatar of gcgitconnectedĀ·4y

    Web3 Authentication using Moralis in React Application

    Moralis is a piece of software that allows you to build cross-chain dApps (decentralized applications) very quickly. Moralis provides APIs, SDKs and Data for building high performance dapps.

  7. 7
    Article
    Avatar of itnextITNEXTĀ·4y

    šŸ”„ Web 3.0 Frontend Stack of 2022: Building Authentication with MetaMask, React, Next.js, and Chakra UI

    Web 3.0 Frontend Stack of 2022: Building Authentication with MetaMask, React, Next.js, and Chakra UI. Vitalii Shevchuk: After a few minutes of this tutorial, you will get connected with the blockchain world. In this project we will use the following tech stack, I would say it’s the best web3.0 stack of 2022 so far.

  8. 8
    Article
    Avatar of moralisMoralisĀ·4y

    How to Connect MetaMask to Website with NextJS - Moralis Web3

    Moralis’ Web3 authentication solution makes this article’s mission possible. Moralis is the leading enterprise-grade Web3 API provider. It unifies Web3 wallets and Web2 accounts in your application. It lets you own and control all user data instead of trusting a third party to handle delicate pieces of information.

  9. 9
    Article
    Avatar of moralisMoralisĀ·4y

    Full Guide: How to Build an Ethereum Dapp in 5 Steps - Moralis Web3

    This video covers all aspects of this guide and the intricacies of the code from the GitHub repository. If you follow along, we will start the tutorial by diving deeper into the first step and show you how to create a Moralis account. To get started, you need to navigate to ā€˜moralis.io’ and click on the ā€œStart for Freeā€ button at the top right.

  10. 10
    Article
    Avatar of moralisMoralisĀ·4y

    Web3 Template - Build a Dapp Using a Web3 Website Template - Moralis Web3

    Moralis’ Ethereum Boilerplate – The Ultimate Web3 Website template acts as a ā€˜Web3 website template’ It is the initial step for developers to create a dapp ( Including token addresses, token IDs, ā€˜from’ addresses, ā€œtoā€ addresses, type of NFTs (ERC-721 or ERC-1155), dates, and transaction hashes.

  11. 11
    Article
    Avatar of coinsbenchCoins BenchĀ·4y

    Metamask (mysterious) provider explained.

    Metamask (mysterious) provider explained by Szymon Kolber. API allows websites to request users' accounts, read data from blockchains the user is connected to, and suggest that the user sign messages and transactions. By destructing it we’re able to determine if a user is using a metamask account.

  12. 12
    Article
    Avatar of devdojoDevDojoĀ·4y

    Metamask authentication in Next.js with Clerk šŸ”’

    Clerk is one of the best ways to add authentication to a Next.js or a react application. It gives us things that are a pain to handle on our own like user management and multiple sessions. Let's take a look at how to implement it in our app.

  13. 13
    Article
    Avatar of moralisMoralisĀ·4y

    Create a Decentralized Website on Ethereum

    Dapps are online applications that include Web3 features and, in some way, enable users to connect their Web3 wallets. Other types of decentralized websites, also known as infrastructure websites, include DAOs, aggregators, and NFT trading platforms. If there’s one tool you need to focus on when it comes to creating dapps, it is Moralis.

  14. 14
    Article
    Avatar of communityCommunity PicksĀ·4y

    Getting Started with Blockchain Development: A Step-by-Step Guide to Deploying Your First DApp.

    The first dApp requires the basic knowledge of the web3 tech stack and the steps you will use in the development. To build a fully functioning Dapp, you will need to work on three main stages/components. To create a Solidity Smart Contract, you need an editor and for this guide we will use the online IDE Remix. We will be deploying the contract on the Goerli Testnet. The next step is to deploy the contract.

  15. 15
    Article
    Avatar of moralisMoralisĀ·4y

    How to Authenticate Dapp Users with MetaMask

    Web3 authentication is an integral point of all decentralized applications (dapps) As such, if you want to become a Web3 developer you need to be able to authenticate your dapp’s users. Moralis focuses on three key areas of dapp development – Web3 authentication, Web3 API, and syncing on-chain events.