Skip to content

Commit aef699f

Browse files
Merge pull request #1032 from multiversx/update-crowdfunding
update tutorial - crowdfunding SC
2 parents ee2eeb3 + 9da46d3 commit aef699f

File tree

3 files changed

+765
-661
lines changed

3 files changed

+765
-661
lines changed

docs/developers/overview.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ title: Developers - Overview
77

88
This page serves as the landing destination for builders seeking to construct on the Multiversx platform.
99

10-
If anything is missing, or you want to get more support, please refer to Discord or Telegram developers chats:
10+
If anything is missing, or you want to get more support, please refer to Discord or Telegram developers chats:
11+
1112
- [Discord: MultiversX Builders](https://discord.gg/multiversxbuilders)
1213
- [Telegram: MultiversX Developers](https://t.me/MultiversXDevelopers)
1314

@@ -25,6 +26,7 @@ For interacting with MultiversX Blockchain via SDKs or Rest API, please refer to
2526
[comment]: # (mx-context-auto)
2627

2728
## Table of contents
29+
2830
A list with everything that you can explore as a developer on MultiversX.
2931

3032
[comment]: # (mx-context-auto)
@@ -38,14 +40,14 @@ Below is a list of tutorials for building on MultiversX:
3840
| [Build your first dApp in 15 minutes](/developers/tutorials/your-first-dapp) | Video + written tutorial on how to create your first dApp. |
3941
| [Cryptozombies Tutorials](https://cryptozombies.io/en/multiversx) | Interactive way of learning how to write MultiversX Smart Contracts. |
4042
| [Build a microservice for your dApp](/developers/tutorials/your-first-microservice) | Video + written tutorial on how to create your microservice. |
41-
| [Crowdfunding Smart Contract](/developers/tutorials/crowdfunding-p1) | Crowdfunding tutorial (Part 1). |
42-
| [Crowdfunding Smart Contract](/developers/tutorials/crowdfunding-p2) | Crowdfunding tutorial (Part 2). |
43+
| [Building a Crowdfunding Smart Contract](/docs/developers/tutorials/crowdfunding-p1.md) | Write, build and test a simple smart contract. |
44+
| [Enhancing the Crowdfunding Smart Contract](/docs/developers/tutorials/crowdfunding-p2.md) | Expand and refine the functionality of an existing contract.|
4345
| [Staking contract Tutorial](/developers/tutorials/staking-contract) | Step by step tutorial on how to create a Staking Smart Contract. |
4446
| [Energy DAO Tutorial](/developers/tutorials/energy-dao) | In depth analysis of the Energy DAO SC template. |
4547
| [DEX Walkthrough](/developers/tutorials/dex-walkthrough) | In depth walkthrough of all the main DEX contracts. |
4648
| [WalletConnect 2.0 Migration](/developers/tutorials/wallet-connect-v2-migration) | WalletConnect 2.0 Migration Guide |
4749
| [Ethereum to MultiversX migration guide](/developers/tutorials/eth-to-mvx) | Guide for Ethereum developers to start building on MultiversX. |
48-
| [Chain Simulator in Adder - SpaceCraft interactors](/developers/tutorials/chain-simulator-adder)| Guide on how to interact with Chain Simulator in one of the simplest SCs.|
50+
| [Chain Simulator in Adder - SpaceCraft interactors](/developers/tutorials/chain-simulator-adder)| Guide on how to interact with Chain Simulator in one of the simplest SCs.|
4951

5052
[comment]: # (mx-context-auto)
5153

@@ -123,7 +125,6 @@ Learn about transaction's gas and how a fee is calculated:
123125
| [Whitebox framework functions reference](/developers/testing/rust/whitebox-legacy-functions-reference) | A list of available functions to be used when using the whitebox framework. |
124126
| [Debugging](/developers/testing/sc-debugging) | How to debug your smart contract tests. |
125127

126-
127128
[comment]: # (mx-context-auto)
128129

129130
### Scenarios Reference
@@ -156,7 +157,7 @@ the execution of smart contract, information about ESDT transfers or built-in fu
156157

157158
[comment]: # (mx-context-auto)
158159

159-
#### Event logs can be categorized into the following types:
160+
#### Event logs can be categorized into the following types
160161

161162
| Name | Description |
162163
| ----------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

0 commit comments

Comments
 (0)