Skip to content

Commit 0216057

Browse files
tutorial overview update
1 parent df514b0 commit 0216057

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

docs/developers/overview.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,10 @@ Below is a list of tutorials for building on MultiversX:
4040
| [Build your first dApp in 15 minutes](/developers/tutorials/your-first-dapp) | Video + written tutorial on how to create your first dApp. |
4141
| [Cryptozombies Tutorials](https://cryptozombies.io/en/multiversx) | Interactive way of learning how to write MultiversX Smart Contracts. |
4242
| [Build a microservice for your dApp](/developers/tutorials/your-first-microservice) | Video + written tutorial on how to create your microservice. |
43-
| [Building a Crowdfunding Smart Contract](/docs/developers/tutorials/crowdfunding/crowdfunding-p1.md) | Write, build and test a simple smart contract. |
44-
| [Enhancing the Crowdfunding Smart Contract](/docs/developers/tutorials/crowdfunding/crowdfunding-p2.md) | Expand and refine the functionality of an existing contract.|
43+
| [Crowdfunding Tutorial - Part 1: Setup & Basics](/docs/developers/tutorials/crowdfunding/crowdfunding-p1.md) | Write, build and test your first smart contract. |
44+
| [Crowdfunding Tutorial - Part 2: Core Logic](/docs/developers/tutorials/crowdfunding/crowdfunding-p2.md) | Add endpoints, payments, validation and comprehensive testing.|
45+
| [Crowdfunding Tutorial - Part 3: Extend to Any Token](/docs/developers/tutorials/crowdfunding/crowdfunding-p3.md) | Generalize the contract to accept any fungible token.|
46+
| [Crowdfunding Tutorial - Final Code](/docs/developers/tutorials/crowdfunding/final-code.md) | Complete reference implementation with full source code.|
4547
| [Staking contract Tutorial](/developers/tutorials/staking-contract) | Step by step tutorial on how to create a Staking Smart Contract. |
4648
| [Energy DAO Tutorial](/developers/tutorials/energy-dao) | In depth analysis of the Energy DAO SC template. |
4749
| [DEX Walkthrough](/developers/tutorials/dex-walkthrough) | In depth walkthrough of all the main DEX contracts. |

0 commit comments

Comments
 (0)