Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Aztec smart contract tutorial - crowdfunding #5786

Merged
merged 17 commits into from
Apr 25, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
docs donation.md as single item in sidebar
jzaki committed Apr 24, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 515e0316677f1d1c07fdb664e8b4a0c910a07005
2 changes: 2 additions & 0 deletions docs/docs/developers/tutorials/crowdfunding/donations.md
jzaki marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -3,6 +3,8 @@ title: Build a donations contract
tags: [developers, tutorial, example]
---

# Build a donations contract

In this tutorial we'll create two contracts related to crowdfunding:

- A crowdfunding contract with two core components
7 changes: 1 addition & 6 deletions docs/sidebars.js
Original file line number Diff line number Diff line change
@@ -228,12 +228,7 @@ const sidebars = {
items: [
"developers/tutorials/writing_token_contract",
"developers/tutorials/writing_private_voting_contract",

{
label: "Simple donations contract",
type: "category",
items: ["developers/tutorials/crowdfunding/donations"],
},
"developers/tutorials/crowdfunding/donations",
{
label: "Writing a DApp",
type: "category",