Integrations
ποΈ Build a Dapp with Axelar (Part1)
Step-by-step guide on how to build an Interchain dapp with Axelar and the Moralis Web3 Data API.
ποΈ Build a Dapp with Axelar (Part 2)
Step-by-step guide on how to build a dapp frontend with Axelar and the Moralis Web3 data API.
ποΈ Flutter
Step-by-step guide to retrieving Web3 data using Dart, Flutter, and the Moralis NFT API.
ποΈ AWS Lambda (NodeJS)
This tutorial shows how to easily integrate our [NodeJS SDK](/web3-data-api/evm/moralis-sdk) with AWS Lambda. We're going to cover two ways of doing it: * Develop and deploy a [Lambda App with multiple functions](#lambda-app-with-multiple-functions). * Develop and deploy a [Lambda NodeJS Express API](#lambda-nodejs-express-api). To make everything easier, we're going to use _[Serverless Framework](https://www.serverless.com/)_.
ποΈ Firebase Advanced (NodeJS)
If you want to call the Moralis API from your frontend app, don't do this directly. Please note that your Moralis API key should be secured against theft or abuse. Almost anyone can extract your key by the HTTP monitor, even if your code is obfuscated. Thus, you should keep your API key secure on the backend. This tutorial demonstrates how you can do it for Firebase.
ποΈ Firebase (NodeJS)
Learn how to set up a Firebase dapp that can query blockchain data, such as NFTs, tokens, balances, transfers, transactions, and more, from any Firebase application. This tutorial works on almost any blockchain, including Ethereum, Polygon, BNB Chain, Avalanche, Cronos, and many more!