AXELAR BLOG

Looking for technical content?

January 7, 2025
2024 Axelar Developer Highlights and Updates
In 2024, Axelar took massive strides toward making true multichain interoperability a reality. From unlocking new design spaces for builders to connecting more than 69 chains to unveiling the Mobius Development Stack. 2024 proved that Axelar is here ...
Developers
Tutorials
November 29, 2024
Axelar's Mobius Stack, Amplify Bangkok, ETHGlobal, & Dev Blog Highlights – November Dev Update 🕵️
Welcome to the November 2024 Axelar Developer Newsletter! About Axelar: Axelar is the Web3 interoperability platform, delivering the shortest path to scale: an open stack to connect all blockchains. Adopters include Uniswap, Microsoft, and dozens of ...
Developers
Tutorials
November 4, 2024
SpeedRun ETH Dex Bonus Challenge With Axelar
When building a Web3 application such as a decentralized exchange, cross-chain functionality can offer tremendous growth opportunities. Cross-chain functionality allows more users to interact with the application and more liquidity to enter the appli...
Developers
Tutorials
November 4, 2024
Release Notes: Introduction to Interchain Token Service
We're excited to unveil the Interchain Token Service (ITS), the latest advancement in blockchain interoperability. This service is designed to broaden the horizons for developers working across multiple blockchain ecosystems, enabling a seamless and ...
Developers
Tutorials
October 31, 2024
Axelar's Mobius Development Stack, Flow Integration, Multichain RWA, Dev Blog and Docs – October Dev Update 🕵️
Welcome to the October 2024 Axelar Developer Newsletter! About Axelar: Axelar is the Web3 interoperability platform, delivering the shortest path to scale: an open stack to connect all blockchains. Adopters include Uniswap, Microsoft, and dozens of n...
Developers
Tutorials
October 14, 2024
Amplifier ampd 1.2 Now Available
We’re pleased to announce the release of ampd version 1.2. What is ampd? ampd is part of the Interchain Amplifier. It is a daemon that is run by verifiers who form the decentralized group that vote on the truthfulness of cross-chain transactions. amp...
Developers
Tutorials
October 9, 2024
Multichain RWA Lending with Axelar GMP
Today, we see many different networks, each with its own strengths and limitations. This has created significant challenges, leading to scattered liquidity and complicated user experiences, especially in Real World Asset (RWA) lending. To tackle thes...
Developers
Tutorials
September 30, 2024
Cross-Chain Memecoins With Axelar
The web3 industry has developed as much of a culture as it has a technology. A large part of that culture has been the rise of memecoins. Originally pioneered by Dogecoin, memecoins have emerged as a fun, lighthearted way for people to grow communiti...
Developers
Tutorials
September 25, 2024
Cross-Chain Governance with OpenZeppelin Governor and Axelar
Multichain applications are becoming the new norm, but managing governance across these networks remains a significant challenge. For decentralized applications (dApps) with deployments on multiple blockchains, ensuring an easy governance processes w...
Developers
Tutorials
September 25, 2024
Foundry Axelar GMP Example Now Supports Interchain Token Service (ITS) Integration
We're excited to announce that the Foundry Axelar GMP Example repository now features integration with Axelar's Interchain Token Service (ITS). This update empowers developers to build cross-chain applications more efficiently, simplifying the deploy...
Developers
Tutorials
August 30, 2024
August 2024 Dev Update: Interchain Amplifier Hits Testnet, OpenZeppelin Integration, Multichain RWA, Docs Update  🏗️
Welcome to the August 2024 Axelar Developer Newsletter. This month, Axelar takes giant leaps in cross-chain interoperability with our mainnet upgrade, Interchain Amplifier hitting testnet, and a collaboration with OpenZeppelin. 🆙 Axelar Network upg...
Developers
Tutorials
August 2, 2024
🔥 Interchain Amplifier Testnet 🔥 Multichain Stablecoin, ERC-20 on Base & Optimism with ITS: July 2024 Dev Update 🏗️
Welcome to the June 2024 Axelar Developer Newsletter. You can subscribe to the Axelar Developer Newsletter to get direct updates. Interchain Amplifier is Going Live on Testnet Testing phase to begin Friday. We're excited to share that the Interchain...
Developers
Tutorials
July 30, 2024
Building Multichain Stablecoins: Part One
As the web3 ecosystem continues to grow and more blockchains enter the industry, ensuring that your token is available on multiple chains is essential for the success of your application. What is also essential is that your token can be sent across t...
Developers
Tutorials
July 29, 2024
Building Multichain Stablecoins: Part Two
Objective In section one, you built an upgradable custom ERC20 stablecoin, that accrues value for token holders and burns a percentage of each token transfer to address token inflation. You also began building a factory contract that integrated with ...
Developers
Tutorials
July 17, 2024
How to fix command not found: axelard / tofnd
If you have followed the Axelar setup instructions for getting axelard and tofnd but keep running into a command not found error, try navigating to the folder your binary is in and referring directly to that binary instead of setting up an alias. Mak...
Developers
Tutorials
June 29, 2024
June 2024 Dev Update: 🔥 2M Cross-Chain Transactions 🔥 Interchain Amplifier, ITS Farcaster Frame with Axelar GMP 🏗️
Welcome to the June 2024 Axelar Developer Newsletter. You can subscribe to the Axelar Developer Newsletter to get direct updates. Celebrating 2 Million Cross-Chain Transactions and 13 million Blocks Special thanks to all the protocols, builders, an...
Developers
Tutorials
June 7, 2024
Axelar Adds Support for Polygon Amoy and Linea Sepolia
As a developer building decentralized applications and smart contracts, a testnet acts as your production environment. It allows you to build, test, and deploy before moving to the mainnet, providing a safe and secure environment for testing your app...
Developers
Tutorials
May 30, 2024
May 2024 Dev Update: Interchain Amplifier on Devnet, Onboard Your IBC Chain, Farcaster Frame with Axelar GMP  🏗️
Axelar Interchain Amplifier now integrates with Rollkit The Axelar Foundation has announced an integration with Celestia Labs, simplifying multichain interoperability for sovereign blockchains built with Rollkit, the first sovereign rollup framework...
Developers
Tutorials
April 8, 2024
Test ITS locally with Axelar Examples
We've been busy developing and launching various tools to support developers in succeeding with Axelar. We're thrilled that the axelar-examples repository now supports the Interchain Token Service (ITS) for local and testnet testing. This repository...
Developers
Tutorials
April 3, 2024
Interchain Unit Tests with Axelar Local Dev
Testing your application is critical before going to production, especially in Web3. Axelar Local Dev allows you to simulate interchain transactions on the Axelar Gateway right on your local machine. This provides a Ganache-like testing experience be...
Developers
Tutorials
April 1, 2024
Foundry Axelar GMP Example Now Supports Axelar Local Cross-Chain Development
Late last year, we announced the Foundry Axelar GMP Example repository. This showcases an example of integrating with Axelar's General Message Passing (GMP) using the Foundry framework. We're thrilled to announce that the Foundry Axelar GMP Example ...
Developers
Tutorials
March 29, 2024
Interchain Token Service: Navigating Your Choices with a Decision Tree
Axelar's Interchain Token Service (ITS) is designed to help developers work across multiple blockchain ecosystems, enabling a seamless and secure way to create and manage tokens across different blockchains. This powerful tool offers incredible featu...
Developers
Tutorials
March 27, 2024
Goerli Deprecation and New Ethereum Sepolia, Layer 2 Sepolia Support with Axelar
We want to inform you that all Goerli-type chains on the Axelar testnet have been deactivated following the Ethereum Foundation's Goerli deprecation announcement earlier this year. This move makes way for additional support on Ethereum Sepolia and al...
Developers
Tutorials