Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit

Permalink
Add tiles for these two tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
timothymcmackin committed Jan 17, 2025
1 parent ee4f341 commit da82ba9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/tutorials.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,14 @@ These tutorials contain multiple parts and are intended for developers with some

<TutorialCardContainer>

<TutorialCard
title="Run a tezos node in 5 steps"
emoji="🏗️"
href="/tutorials/join-dal-baker"
description="See a complete walkthrough of setting up a baking operation including a Tezos node, DAL node, and baker"
link="Start tutorial"
/>

<TutorialCard
title="Learn about tickets"
emoji="🎫"
Expand All @@ -61,6 +69,14 @@ These tutorials contain multiple parts and are intended for developers with some
link="Start tutorial"
/>

<TutorialCard
title="Create a fungible token with the SmartPy FA2 library"
emoji="🏭"
href="/tutorials/smartpy-fa2-fungible"
description="Create standards-compliant tokens with the SmartPy language and its FA2 library and work with them in your wallet"
link="Start tutorial"
/>

<TutorialCard
title="Create a contract and web app that mints NFTs"
emoji="📦"
Expand Down

0 comments on commit da82ba9

Please sign in to comment.