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 ArticleFull Example Walkthrough for the eth_call RPC Method
The eth_call method (eth_call) plays an essential role in Web3 development. After all, it allows dapps to interact with smart contracts without actually executing on-chain transactions. If you’re an...
View ArticleGet Transactions – How to Fetch EVM Transactional History
If you are a developer building a portfolio dapp, the next big Web3 wallet, or any other Web3-related project, then you need to know how to get EVM transactional history. So, if this is you, then...
View ArticleComplete Blockchain API Tutorial with API Examples
Today’s blockchain API tutorial will highlight numerous API examples and demonstrate how to fetch essential blockchain data. As we move forward, we’ll dive into Moralis’ industry-leading Blockchain API...
View ArticleEtherscan API Alternatives – Easiest Way to Build Similar Sites to Etherscan
The Etherscan API is an excellent tool for dapp developers. However, because of its limited functionalities, many devs seek out Etherscan API alternatives to build more complex and scalable Web3...
View ArticleTop Block Explorer API – How to Get All the Blockchain Data You Need
If you want to build a block explorer – or implement similar functionality into your decentralized applications (dapps) – you’ll likely want to leverage a comprehensive block explorer API. And, if this...
View ArticleHow to List All the Coins in An ETH Address – Full Guide
In today’s tutorial, we’ll show you how to list all the coins in an ETH address using the Moralis Token API – the industry’s leading tool for ERC-20 data. Thanks to the accessibility of the Token API,...
View ArticleHow to Create a BSC Token with Remix IDE
In this article, we’ll show you how to create a token on BNB Smart Chain (BSC) using Remix, breaking down the process into five straightforward steps. But if you’re eager to dive straight into the code...
View ArticleHow to Build Dapps on Optimism in 5 Steps – Optimism API Guide
In today’s article, we’ll show you how to build dapps on Optimism with Moralis’ industry-leading Web3 API suite. With our premier development tools, you can seamlessly fetch and integrate on-chain data...
View ArticleWhat’s the Best Altcoin API to Set Up Altcoin Data Feeds?
When integrating altcoin data into Web3 apps or platforms, choosing the right altcoin API becomes pivotal. But what is the best option to get altcoin API data feeds? This article will highlight...
View ArticleBuild on OP Mainnet – Full 2024 Guide
In today’s article, we’ll show you how to build decentralized applications (dapps) on OP Mainnet using Moralis’ industry-leading Web3 APIs. With our premier APIs, you can seamlessly fetch and integrate...
View Article