
Devs desirous to launch dapps on the Fantom community ought to all the time put their dapps by essential testing phases on the Fantom testnet previous to mainnet launch. Throughout these phases, executing take a look at transactions are of utmost significance to make sure every little thing works appropriately. To take action, builders should acquire free testnet FTM by way of a dependable FTM faucet. In case you’d wish to make the most of a dependable faucet to get testnet FTM, right here’s how:
- Add the Fantom testnet to your MetaMask pockets:

- Get testnet funds by visiting Moralis’ Pure Taps web page. From the tap checklist, click on on the “Attempt Now” button subsequent to “Fantom Testnet Faucet”:

- On the Fantom faucet web page, checkmark the “I’m not a robotic” field, paste in your pockets handle, and hit the “request Testnet FTM” button:

With these tokens in your pockets, you can begin testing your Fantom dapp. Throughout this course of, instruments comparable to MetaMask, Remix, and FtmScan will simplify issues. Then, when you’re able to go stay together with your dapp, use Moralis to focus on the Fantom mainnet:
- In your script, change the default chain from “ETHEREUM” to “FANTOM“:
Moralis.begin({ apiKey: 'YOUR_API_KEY', defaultEvmApiChain: EvmChain.FANTOM })
- Fetch your Web3 API key out of your Moralis admin space and use it to switch “YOUR_API_KEY”:
- Create your free Moralis account.
- Choose the “Web3 APIs” possibility and replica your API key:
As you may see, utilizing an FTM faucet is fairly easy. Nonetheless, to get to the purpose the place you really want testnet FTM, you will need to first construct one thing price testing. Due to this fact, create your free Moralis account and begin BUIDLing!
Overview
In right now’s article, we’ll present you methods to acquire free funds to cowl transactions on the Fantom testnet. That stated, the core of this information will probably be a deeper dive into the above-presented steps to combine the Fantom testnet and get testnet FTM.
In case you want further context, make sure that to give attention to the second half of the article the place we discover Fantom and its testnet. That is the place to get the fundamentals beneath your belt by studying what an FTM faucet and testnet FTM are. On the backside of right now’s article, it’s also possible to be taught extra about Moralis’ Pure Taps and the Moralis API fleet. The latter is your ticket to constructing dapps the simple approach. All you want is a free Moralis account!

Combine the Fantom Testnet and Get Testnet FTM from an FTM Faucet
Since MetaMask stays the main Web3 pockets and the must-have device for Web3 growth, we are going to give attention to exhibiting you methods to combine the Fantom testnet into MetaMask. So, ensure you have your MetaMask browser extension with no less than one account prepared.
Open your MetaMask and click on on the drop-down menu known as “Networks”:
As you may see within the above screenshot, our instance pockets already has a number of networks. Nonetheless, by default, MetaMask solely helps Ethereum. Thus, different chains have to be added by way of the “Add community” button. After hitting that button, you’ll land on the next display screen:
Trying on the above picture, you may see that MetaMask presents us the Fantom mainnet (“Fantom Opera”) possibility. So as to add that community, we solely must click on on the “Add” button subsequent to it. Nonetheless, so as to add the Fantom Opera testnet, we have to use the “Add a community manually” button. In case you click on on this button, you’ll land on a web page asking for community particulars:
Because the above screenshot signifies, you will need to present the community title, new RPC URL, chain ID, forex image, and block explorer URL. You’ll find the small print for the Fantom Opera testnet beneath:
- Community Title: Fantom testnet
- New RPC URL: https://rpc.testnet.fantom.community/
- Chain ID: 0xfa2 or 4002
- Image: FTM
- Block Explorer URL: https://testnet.ftmscan.com/
Listed here are the small print for the Fantom Opera mainnet in case you have to add it manually as effectively:
- Community Title: Fantom Opera
- New RPC URL: https://rpcapi.fantom.community/ or https://rpc.ftm.instruments/
- Chain ID: 250
- Image: FTM
- Block Explorer URL: https://ftmscan.com/
Combine Fantom Opera Testnet and Mainnet with Only a Few Clicks
One other approach so as to add each Fantom networks with simply a few clicks is feasible if you happen to go to FtmScan. As soon as on this blockchain explorer web page, make sure that to pick out the “FTM Testnet” possibility within the top-right nook:
Then, give attention to the web page’s footer, the place you’ll see the “Add Fantom Community” button with the MetaMask emblem. When you click on on that button, your MetaMask extension will pop up, asking in your approval:
After clicking on the “Approve” button, MetaMask may even ask you if you wish to change to the newly added community:
So as to add the Fantom mainnet with FtmScam, you simply want to change to “FTM Mainnet” and repeat the identical steps outlined above. Lastly, now you can change between these two networks inside your MetaMask:
Now that you’ve the FTM testnet in your MetaMask, you’ll be capable to view the stability of testnet FTMs when you get them from the FTM faucet. As such, allow us to present you the small print behind that process.
Methods to Use the Greatest FTM Faucet
Begin by visiting the Pure Taps web page by way of the “Get testnet funds” hyperlink on the outset of the article. As soon as on that web page, use the “See faucet checklist” button or just scroll down till you see the checklist of dependable taps:

From the checklist of taps, click on on the “Attempt Now” button subsequent to “Fantom Testnet Faucet”:

By clicking on the above button, you’ll land on the “Testnet Opera Faucet” web page. There, enter your pockets handle, which you’ll be able to copy out of your MetaMask:
Along with your handle in place, checkmark the “I’m not a robotic” field and click on on the “Request Testnet FTM” button:

After requesting 5 testnet FTM tokens, you’ll be capable to see them in your pockets in a matter of seconds:
Observe: The above-presented FTM faucet means that you can request 5 testnet FTMs as soon as per handle each 5 minutes.
Utilizing Testnet FTM
You can begin executing take a look at transactions with the testing funds in your possession. For instance, you should utilize two of your accounts to make transfers between them and see in case your dapp precisely registers them. Additionally, make sure that to utilize FtmScan (the testnet possibility), which additionally allows you to work together with good contracts already stay on the FTM testnet:
To do that, you have to go to a contract’s web page and navigate to its “Contract” part:
As you may see within the above screenshot, as soon as on the “Contract” tab, you may select between the “Learn Contract” and “Write Contract” choices. If you choose the “Learn Contract” possibility, you’ll be capable to run “read-only” features, which don’t change the state of the blockchain and, due to this fact, don’t require on-chain transactions. Nonetheless, to execute “write” features, you have to join your MetaMask and use your testing funds to cowl the transaction charges.
In fact, it’s also possible to deploy your individual good contracts to the Fantom testnet. In that case, you’ll almost definitely wish to use Remix, which is an internet Ethereum Digital Machine (EVM) IDE. There, you may simply write, compile, deploy, and confirm good contracts. To do that on the FTM testnet, you have to choose the “Injected Supplier – MetaMask” possibility whereas having your MetaMask related to this community:
Past Testing – Going Dwell on the Fantom Mainnet
After testing your dapp on the Fantom testnet, you’ll be able to deploy your decentralized purposes (dapps) on the Fantom mainnet. That is the place steps 4 and 5 from the introduction of right now’s article come into play. With Moralis in your aspect, you’ll be capable to work together with the Fantom mainnet in varied methods. One possibility is to set Fantom because the default chain (as offered within the intro):
import Moralis from 'moralis'; import { EvmChain } from '@moralisweb3/common-evm-utils'; Moralis.begin({ apiKey: 'YOUR_API_KEY', defaultEvmApiChain: EvmChain.FANTOM })
In fact, you don’t must set Fantom because the default chain if you happen to don’t wish to. In any case, utilizing “EvmChain.FANTOM” or the Fantom chain ID is all you have to give attention to this chain solely or together with different main EVM-compatible chains.
When working with Moralis’ API reference pages, you’ll be capable to choose the Fantom chain from the “chains” checklist:
When utilizing the Moralis Streams API by way of the admin panel, you solely must toggle the button in entrance of “Fantom”:
Observe: Needless to say the funds that the FTM faucet offers solely work on the FTM testnet. To get mainnet FTM, you have to use a dependable crypto trade.
Exploring Fantom and Its Testnet
Together with BNB Chain, Avalanche, and Polygon, Fantom is likely one of the hottest EVM-compatible blockchains. Fantom is a high-performance, scalable, and safe good contract platform. Its mainnet, Fantom Opera, is constructed on Lachesis, which is Fantom’s consensus mechanism. Because of Lachesis, Fantom delivers quick transaction speeds, low transaction prices, and deterministic finality. Furthermore, it does so whereas remaining permissionless, decentralized, and open-source.
With rising reputation, Fantom is consistently gaining recognition amongst Web3 builders. Thus, there may be additionally an ever-increasing use of Fantom’s testnet and the FTM faucet. In any case, builders wish to take a look at their good contracts and dapps earlier than launching them on the mainnet.

What’s a Fantom Testnet Faucet?
A Fantom testnet faucet is a crypto faucet that gives devs with free cryptocurrency native to the testnet. As you have been in a position to see within the above information, a dependable FTM faucet comes within the type of a easy net utility. The latter requires customers to stick their pockets handle and request a specific amount of testnet FTM.
To keep away from bot exploitations, most crypto taps use some form of “human examine” methodology. Most taps additionally are likely to have some limitations to how a lot a selected pockets handle can request in a sure time-frame. All in all, a Fantom testnet faucet is essential to protecting transaction prices on the FTM testnet.

Testnet FTM – What’s it?
Testnet FTM is the cryptocurrency that an FTM faucet offers. Often known as “take a look at” FTM or “play” FTM, it’s the Fantom testnet’s native forex. Moreover, testnet FTM mimics the properties of Fantom’s native mainnet FTM. In any case, testnets usually goal to resemble their mainnets as carefully as attainable. Accordingly, they should implement related functionalities that allow legitimate testing of mainnet updates, good contracts, and dapps.
Best Technique to Get Testnet Funds
You most likely know that there are a number of different respected programmable blockchains, with Ethereum main the pack. What applies to Fantom growth applies to all of them – devs want testnets to check updates or good contracts and dapps earlier than deploying them to mainnets. This implies builders want dependable and user-friendly methods to get testnet funds. Nonetheless, if you happen to’ve been across the crypto block for some time, you already know that there are a variety of shady taps on the market. As Web3 builders, we don’t need the associated hassles to get testnet funds many dishonest faucet suppliers pressure on you. Thus, we determined to create an inventory of vetted crypto taps: Pure Taps.
Our objective is to supply all of the main testnet taps in a single place. We have already got an Ethereum faucet that allows you to get Goerli ETH and use a dependable Sepolia testnet faucet. There’s additionally a Solana testnet faucet, Chainlink testnet faucet, Polygon Mumbai faucet, FTM faucet, and extra.
Pure Taps is only one of many helpful sources yow will discover from Moralis. As an example, Moralis offers a dependable gwei to ETH converter. Nonetheless, the true energy lies in Moralis’ Web3 APIs, which assist all of the main blockchains and legacy programming languages. A fantastic instance is our Solana Python API.
Right here’s an outline of Moralis’ Web3 APIs:
With the last word Web3 Information, Streams, and Auth APIs, you may create all kinds of dapps with out breaking a sweat. Nonetheless, Moralis significantly makes a speciality of offering single-line-of-code options for Web3 wallets and crypto portfolio trackers.
Fantom Testnet Faucet – Methods to Get Testnet FTM from an FTM Faucet – Abstract
In right now’s article, you had an opportunity to learn to use the most effective FTM faucet. As such, you now know methods to add the FTM testnet to MetaMask and get testnet FTM with the assistance of Pure Taps. You additionally discovered methods to work together with the Fantom mainnet when you’re able to go stay together with your dapps. As well as, we additionally defined what an FTM faucet is and what testnet FTM is. Final however not least, you found how Moralis will help you’re taking dapp growth to the following stage, particularly in case your staff is constructing the following massive Web3 pockets or portfolio tracker.
With the data obtained herein, you can begin concentrating on the Fantom community. In case you achieve this with Moralis, you’ll be capable to simply change to or add some other chain, because of Moralis’ cross-chain interoperability. So, use the Moralis docs, YouTube channel, and weblog for added steering. With these shops in your nook, you may simply create an ERC721 token, implement crypto pockets monitoring, use a Web3 get block perform, discover the main Web3 libraries, full the “create ERC20 token” problem, and rather more. Primarily, these free sources empower you to turn out to be a Web3 developer.
Alternatively, it’s also possible to take a extra skilled method to your blockchain growth training by enrolling in Moralis Academy. In case you select this path, crypto consultants will first show you how to grasp blockchain and Bitcoin fundamentals. Then, you’ll be able to tackle extra superior subjects.