From bf2b8765c4f487a7938a56dcdda86783868f4a62 Mon Sep 17 00:00:00 2001 From: Adrian Thompson Date: Tue, 14 May 2024 08:41:20 -0500 Subject: [PATCH] Added links to new guides on the guides overview page (#479) --- content/2.developers/3.guides/1.guides-overview.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/2.developers/3.guides/1.guides-overview.md b/content/2.developers/3.guides/1.guides-overview.md index 9f234d1f..5d4234f1 100644 --- a/content/2.developers/3.guides/1.guides-overview.md +++ b/content/2.developers/3.guides/1.guides-overview.md @@ -18,3 +18,7 @@ Here are the available guides to help you get started building on the Archway Ne - **[Build With NFTs](./4.nft-project/1.start.md)** - A guide on how to deploy, mint and manage NFTs on Archway. - **[Fee Grant](/developers/guides/fee-grant/introduction)** - Unlock the potential of the Archway Fee Grant module. - **[MultiSig Hub](/developers/guides/multisig/archway-multisig-hub)** - A guide on deploying a MultiSig solution on the Archway blockchain. +- **[Callback](/developers/guides/callback/introduction)** - Understand how to implement the Callback module in smart contracts. +- **[CW-ICA](/developers/guides/cw-ica/introduction)** - A guide on implementing the CW-ICA module in your smart contracts. +- **[CW-Fees](/developers/guides/cw-fees/introduction)** - A guide on leveraging the CW-Fees module in smart contracts. +- **[CW-Errors](/developers/guides/cw-errors/introduction)** - Learn about handling errors effectively using the CW-Errors module in smart contracts.