Skip to content

Commit

Permalink
feat: add developer blog tutorials (#1236)
Browse files Browse the repository at this point in the history
  • Loading branch information
Olanetsoft authored Nov 2, 2024
1 parent d9399a1 commit 0d10980
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions src/layouts/navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,35 @@ export const getNavigation = (section) => {
},
],
},
{
title: "Tutorials",
children: [
{
title: "Deploy App with Same Address Cross-Chain",
href: "https://blog.axelar.dev/how-to-deploy-an-application-with-the-same-address-cross-chain/",
},
{
title: "Cross-Chain Governance with OpenZeppelin",
href: "https://blog.axelar.dev/cross-chain-governance-with-openzeppelin-governor-and-axelar",
},
{
title: "Building Multichain Stablecoins",
href: "https://blog.axelar.dev/building-multichain-stablecoins-part-one",
},
{
title: "Cross-Chain Memecoins with Axelar",
href: "https://blog.axelar.dev/cross-chain-memecoins-with-axelar",
},
{
title: "Multichain RWA Lending with GMP",
href: "https://blog.axelar.dev/multichain-rwa-lending-with-axelar-gmp",
},
{
title: "Full-Stack Interchain App with Next.js & Solidity",
href: "https://blog.axelar.dev/build-a-full-stack-interchain-application-with-nextjs-solidity-axelar",
},
],
},
{
title: "Indexers",
children: [
Expand Down

0 comments on commit 0d10980

Please sign in to comment.