Best of Moralis2022

  1. 1
    Article
    Avatar of moralisMoralis·4y

    How to Build a Web3 Twitter Clone

    A decentralized version of Twitter would be highly beneficial since it would eliminate the negative aspects of Twitter’s centralized platform. By creating and launching a Twitter clone with Web3 functionality, such a platform can harbor the many pros blockchain tech offers and can provide users with true decentralization. With the proper tools, you can have a Web3 Twitter alternative ready in less than one hour and thirty minutes.

  2. 2
    Article
    Avatar of moralisMoralis·4y

    How to Code a Blockchain App in 5 Steps

    The Web3 tech stack has come a long way in recent years, with Web3 authentication, on-chain events, account syncs, and the ultimate Web3 API. With Moralis’ Web3 Auth API and web3uikit, you can cover that in minutes. When non-authenticated users try to vote in our blockchain app, they receive a warning message.

  3. 3
    Article
    Avatar of moralisMoralis·4y

    Creating a Minecraft Web3 Game – Take Ideas Into Production

    The main focus of Web3 is on the backend, the frontend will adopt most of what web 2. Players must acquire resources to build in the world and maintain health. Players can fight hostile mobs or cooperate with or compete against other players in the same world. The next section will discuss some particular ideas for a potential Minecraft Web3 clone.

  4. 4
    Article
    Avatar of moralisMoralis·3y

    Essential Web3 Programming Languages for 2023

    Solidity Solidity is a Turing-complete, object-oriented, relatively high-level programming language for building EVM-compatible smart contracts. Rust Rust is a statically typed, multi-paradigm, low- level programming language emphasizing performance and security. Go Go is a Google-designed, open-source, compiled programming language.

  5. 5
    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.

  6. 6
    Article
    Avatar of moralisMoralis·4y

    Introducing Moralis 2.0

    Moralis 2.0 is key to our overall goal of accelerating Web3 mass-adoption. To be as accessible as possible to developers looking to get into Web3, we have to be present across all platforms Web2 developers already use.

  7. 7
    Article
    Avatar of moralisMoralis·4y

    How to Build a Web3 FIFA Clone - Moralis Web3

    FIFA is an international governing body of association football, beach football, and futsal. FIFA games have a history of almost 30 years, with its first release in 1993. The Web3 functionalities of building a game like FIFA require a lot of resources.

  8. 8
    Article
    Avatar of moralisMoralis·4y

    Exploring the Ultimate NodeJS EVM API

    The Ultimate NodeJS EVM API is a set of instructions, definitions, and protocols that enables communication among pieces of software running on EVM and a JavaScript-based frontend.

  9. 9
    Article
    Avatar of moralisMoralis·4y

    How to Create Your Own Metaverse

    The rise of a new era is looming – the metaverse. With the right Web3 tech stack, you can create your own metaverse with your JavaScript or Unity skills. When using the best Web3 backend platform, you’ll save a lot of time and resources. So, create your free Moralis account and join us as we tackle our example project.

  10. 10
    Article
    Avatar of asayerasayer·4y

    Web3 Authentication with Next.js, React, and Moralis

    Authentication is essential in providing services to valid users. User credentials such as passwords, smart cards, token devices, and biometrics can be used to prove one’s identity. We will be building a Web3 login page using Next, React, and Moralis.

  11. 11
    Article
    Avatar of moralisMoralis·3y

    Web3 Python – Python Web3 Development Made Easy

    The accessibility originates from the Moralis Python SDK, allowing you to implement Web3 functionality into Python apps in two steps. The article begins with a quick Python introduction, where you gain an overview of the programming language. In the following section, we will look closer at what the language entails in a Web3 context!

  12. 12
    Article
    Avatar of hashnode_web3Hashnode Web3·4y

    Web3 APIs - How to Build dApps Faster with Web3 and NFT APIs

    DApps are blockchain-based applications that allow users to interact with smart contracts deployed on the blockchain. Every dApp requires a remote procedure call (RPC) node to perform its functionalities. Without an RPC, your dApp will not be able to perform transactions. Web3 platforms like Moralis, Alchemy and Quick Node provide efficient APIs that power communication between your dApps and the Blockchain.

  13. 13
    Article
    Avatar of moralisMoralis·4y

    Solana JavaScript Development — Use Solana API in Vanilla JavaScript

    Moralis is the optimal operating system for Web3 development, supplying everything you’ll need when creating sophisticated dapps. Along with a fully managed backend infrastructure, Moralis additionally provides some of the best Web3development tools. In this article, we’re going to explore the intricacies of Solana JavaScript development and how you can use Moralis’ Solana API in vanilla JavaScript.

  14. 14
    Article
    Avatar of moralisMoralis·4y

    What are Solidity Smart Contracts? Full Solidity Tutorial

    Blockchain technology was, for a long time, largely limited to cryptocurrencies. That was, until programmers created a new computer language – namely, Solidity. The Solidity language was uniquely crafted for writing smart contracts that can be modified for many different use cases. Smart contracts are strings of code that specify the terms and conditions.

  15. 15
    Article
    Avatar of moralisMoralis·4y

    How to Build a Solana Token Dashboard

    Solana token dashboard can provide several features for a user. For example, it can display a user’s portfolio of NFTs and the balance of various tokens. A visual interface such as this, combined with Web3 authentication, forms the basis of a dapp's simple DeFi dashboard. By using Moralis’ developers, there are additional shortcuts at your disposal.

  16. 16
    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.

  17. 17
    Article
    Avatar of moralisMoralis·3y

    How to Call a Smart Contract Function from JavaScript

    Using the enterprise-grade EVM API from Moralis, developers can easily call a smart contract function from JavaScript. Using Moralis’ SDK and call the ”runContractFunction” endpoint, you can run any EVM ”read-only” contract function with a few lines of code.

  18. 18
    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.

  19. 19
    Article
    Avatar of moralisMoralis·3y

    Python for Ethereum Development – Build a Web3 Ethereum Python App

    Python is one of the most popular programming languages used by developers all over the world. In this tutorial, we will show you how to integrate Web3 and blockchain functionality into Python projects with Moralis’ Python SDK. In the next section, we cover the basics by exploring the intricacies of Python.

  20. 20
    Article
    Avatar of moralisMoralis·4y

    Web3 JS Tutorial for Blockchain Developers - Moralis Web3

    JavaScript (JS) is an object-oriented programming language primarily used for web-based development. JS is often referred to as ‘the third layer of the web’ as the language can update CSS and HTML code. JS allows developers to add interactive elements to websites/applications.

  21. 21
    Article
    Avatar of moralisMoralis·4y

    The Ultimate Blockchain Tech Stack Guide - Moralis Web3

    We prefer to view the technology stack for blockchain development in five layers. We will take a closer look at each of the five layers to provide you with a clear explanation of each layer. Every full node (there are also other types) contains a complete copy of the current blockchains state. The overall distribution of the nodes in a specific blockchain network determines the level of the network’s decentralization tier.

  22. 22
    Article
    Avatar of moralisMoralis·3y

    Exploring Verse – A New Metaverse Programming Language from Epic Games

    Epic Games is one of the world’s most popular gaming companies, primarily because of its success with Fortnite. The company wants to take gaming to the next level by launching Verse, a metaverse programming language. This is exciting as it will bring numerous opportunities to developers wanting to create Web3 games.

  23. 23
    Article
    Avatar of moralisMoralis·4y

    Updates Coming to Web3UIKit

    Bill from Moralis documents the ongoing work with making the web3uikit the best UI kit – for Web2 and Web3 developers alike. The kit will become a mono-repo, so it will only load in the Web3 dependencies. This will make it more lightweight for web2 devs as we hope to attract even more fantastic builders into our web3 community.

  24. 24
    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.

  25. 25
    Article
    Avatar of moralisMoralis·4y

    How to Run a Smart Contract with Unity

    In this article, we show you how to run a smart contract with Unity. Smart contracts, also known as Web3 contracts, are pieces of software running on programmable blockchains. You’ll learn how to use Hardhat to compile, deploy, and verify smart contracts. In addition, you will find out how to start using Moralis and how to work on Polygon’s testnet.