Build a Uniswap DEX Clone With HTML, CSS, JavaScript & Moralis on the...
Creating a DEX has been quite difficult in the past. Why? Because it has required considerable backend development, which is both resource-intensive and time-consuming. In terms of performance and user...
View ArticleHow to Write a Solana Smart Contract?
Solana is a programmable blockchain, meaning that the network supports smart contracts, which is where we will direct our attention in this article. More specifically, this article will show you how to...
View ArticleNFT Metadata Storage – How to Store NFT Metadata
In this article, you will learn what metadata for non-fungible tokens is, what NFT metadata storage is, and how to store NFT metadata in a non-decentralized manner. Of course, there are many instances...
View ArticleWalletConnect Integration – How to Integrate WalletConnect
This tutorial looks at adding secure authentication via Moralis and how to integrate WalletConnect into your Web3 project. By following along in this tutorial, you can have an authentication solution...
View ArticlePython for Ethereum Development – Build a Web3 Ethereum Python App
Are you looking to get into Web3 Ethereum Python development? If so, you should familiarize yourself with Moralis’ Python SDK! Thanks to this development kit, you can seamlessly integrate blockchain...
View ArticleHow to Get NFT Collections Using Python and React
Are you looking for an accessible way to get NFT collections using Python? If so, you should familiarize yourself with Moralis’ NFT API and Python SDK. With these tools, you can easily query all NFT...
View ArticleHow to Get All Tokens Owned by a Wallet in 5 Steps
Do you want to know how to get all tokens owned by a wallet? If so, you are in the right place, as this tutorial demonstrates how to do so using Moralis! Thanks to Moralis’ Token API, you can get all...
View ArticleHow to Get the Token Balance of an Address
Join us in this tutorial as we show you the most accessible way to get the token balance of an address! In fact, with Moralis and the Token API, you can query an address’ ERC-20 token balance in three...
View ArticleEthers.js Tutorial – How to Get Started Using a Simple Ethers.js Example
Although outlined code snippets are great when developing, having access to a proper ethers.js tutorial that instructs novice developers and serves as a reminder for experienced ones can take any...
View ArticleAn Introduction to Web3 Py – What it is and How Can Developers Use It
Did you know that Moralis’ Python SDK makes Web3 py development more accessible? If this sounds exciting and you want to learn more about building Web3-compatible Python projects, join us in this...
View ArticleExploring Web3 Contract Methods – How to Run Web3 Methods on Ethereum
When building dapps on Ethereum, you will at some point have to deal with Web3 contracts. Thanks to Moralis, handling Web3 contract methods is easy, and with the following code snippet, you can run...
View ArticleUltimate Web3 Py Tutorial for Blockchain Developers
Thanks to Moralis’ Python SDK, integrating blockchain functionality into Python projects is an effortless process! Want to find out how to utilize the SDK to add this functionality? Follow along as...
View ArticleHow 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. Simply install Moralis’ SDK and call the ”runContractFunction” endpoint!...
View ArticleHow to Build a Decentralized Cryptocurrency Exchange
Building a decentralized cryptocurrency exchange might seem quite cumbersome. However, you can actually create a DEX in about 90 minutes if you rely on the right tools. If you follow along in this...
View ArticleHow to Get ERC-721 On-Chain Metadata
In today’s tutorial, we’ll show you how to get ERC-721 on-chain metadata using the Moralis NFT API. Thanks to the accessibility of this industry-leading interface, all it requires is a single call to...
View ArticleHow to Write a Smart Contract in Solidity – Full Guide
Smart contracts are at the center of Web3 technology, revolutionizing how transactions and agreements are handled. These self-executing pieces of code automate and enforce the terms of contracts...
View ArticleERC20 Token Balance – Get the Balance of ERC20 Tokens
Today’s tutorial demonstrates how to get the ERC20 token balance of an address with the Moralis Token API. Thanks to the accessibility of this tool, all you need is a single API call to the...
View ArticleUltimate Guide to getLogs and How to Use the getLogs Method
Today’s guide will dive into the intricacies of ETH getLogs and show you how to use this JSON-RPC method in practice. However, there are multiple ways to get Ethereum logs, and while our focus is on...
View Article#1 API for Crypto Prices – Fastest Way to Get Prices of Crypto
Today’s article will show you how to get any token’s real-time and historical prices using the best API for crypto prices: the Moralis Price API! All you need is a single API call to the...
View ArticleHow to Monitor All ETH Transfer Transactions
Have you been searching for a simple solution on how to monitor all ETH transfer transactions? If so, you’ve come to the right place! Thanks to the Moralis Streams API, you can easily monitor ETH...
View Article