Skip to content

Commit

Permalink
Merge pull request #781 from cheng404/master
Browse files Browse the repository at this point in the history
Fix: missing link in `README.md`
  • Loading branch information
K1-R1 authored Mar 19, 2024
2 parents cf86982 + b772f6a commit 236aa9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airdrop/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ An airdrop is an application where a set number of users are able to claim a spe

In order to verifiably prove that a user has a claim to an airdrop and avoiding the expensive transaction of storing every address on chain, a Merkle Proof is used. By storing the Merkle root, a single `b256` hash, the airdrop application can cryptographically prove a user's validity to their claim.

> **Note** This application implements the [Binary Merkle Proof Verification Library](https://github.com/FuelLabs/sway-libs/tree/master/sway_libs/src/merkle_proof).
> **Note** This application implements the [Binary Merkle Proof Verification Library](https://github.com/FuelLabs/sway-libs/tree/master/libs/merkle_proof).
More information can be found in the [specification](./project/SPECIFICATION.md) and [interface](./project/contracts/distributor-contract/src/interface.sw).

Expand Down

0 comments on commit 236aa9f

Please sign in to comment.