Skip to content

docs: added Rootstock Foundry guide for ERC-20 token faucet #310

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
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
20 changes: 19 additions & 1 deletion docs/04-resources/04-tutorials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,16 @@
sidebar_position: 4
title: Tutorials
sidebar_label: Tutorials
tags: [rsk, rootstock, beginner, quick starts, advanced, port to rootstock, tutorials]
tags:
[
rsk,
rootstock,
beginner,
quick starts,
advanced,
port to rootstock,
tutorials,
]
description: "Tutorials and learning resources"
---

Expand All @@ -12,6 +21,15 @@ values={[
{label: 'Advanced', value: 'advanced'},
{label: 'Port to Rootstock', value: 'port-dapps'}
]}>
<FilterItem
value="beginner"
title="Build an ERC‑20 Faucet Token dApp on Rootstock"
subtitle="foundry"
color="orange"
linkHref="https://github.com/ishitarastogi/rootstock-example-foundry/tree/main"
description="A step-by-step tutorial to create and deploy a custom ERC‑20 faucet token on Rootstock using Foundry. Users can claim 100 ROOT tokens every 24 hours via explorer or CLI."
/>

<FilterItem
value="beginner, advanced"
title="Deploy a Vyper Smart Contract on Rootstock"
Expand Down
Loading