Exploring 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