Skip to content

Commit

Permalink
minor improv
Browse files Browse the repository at this point in the history
  • Loading branch information
owans committed Nov 15, 2024
1 parent 607bb2e commit c5008d9
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,18 @@ sidebar_position: 204
title: Deploying the Airdrop Machine Smart Contract Using Remix IDE
sidebar_label: Deploy Airdrop Giveaway Machine
tags: [rsk, rootstock, resources, tutorials, runes, nft, Ethereum, dApps, smart contracts, airdrop]
description: "This guide will walk you through deploying the Airdrop Machine smart contract using Remix IDE. The Airdrop Machine is designed to distribute tokens across multiple addresses, supporting both standard and Merkle tree-based airdrops.
"
description: "This guide will walk you through deploying the Airdrop Machine smart contract using Remix IDE. The Airdrop Machine is designed to distribute tokens across multiple addresses, supporting both standard and Merkle tree-based airdrops."
---

This section will walk you through deploying the Airdrop Machine smart contract using Remix IDE. The Airdrop Machine is designed to distribute tokens across multiple addresses, supporting both standard and [Merkle tree-based](https://www.investopedia.com/terms/m/merkle-tree.asp) airdrops.

By following these instructions, you'll learn how to clone the necessary repository, prepare the contracts, and deploy them in Remix IDE.

## **Step 1: Clone the Repository**

Clone the Airdrop template repository from the link below:
```

```bash
git clone https://github.com/rsksmart/airdrop-template.git
```

Expand Down

0 comments on commit c5008d9

Please sign in to comment.