You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue: Implement Merkle Airdrop Support for Initial Token Distribution
Description
This issue aims to implement Merkle airdrop support for the initial distribution of tokens in the Unruggable Memecoin project. This feature will enable users to claim their allocated tokens by submitting a Merkle proof, verifying their inclusion in the eligibility Merkle tree. The Merkle root for the airdrop eligibility will be provided during the deployment of the token.
Requirements
Merkle Root Integration: Include a parameter for the Merkle root in the token deployment process, representing the root of the airdrop eligibility tree.
Claim Function: Develop a smart contract function that allows users to claim their tokens by submitting a valid Merkle proof.
Verification Process: Implement a verification mechanism in the contract to check the submitted Merkle proof against the stored Merkle root.
Efficient Claiming Process: Optimize the claiming process to be gas-efficient and user-friendly.
Implementation Notes
Ensure the accuracy and security of the Merkle proof verification process.
The Merkle root should be immutable post-deployment to maintain the integrity of the airdrop.
Provide clear documentation and examples on how users can generate and submit their Merkle proofs.
Thoroughly test the claim functionality to handle various cases, including invalid proofs or attempts to claim more than once.
The text was updated successfully, but these errors were encountered:
Issue: Implement Merkle Airdrop Support for Initial Token Distribution
Description
This issue aims to implement Merkle airdrop support for the initial distribution of tokens in the Unruggable Memecoin project. This feature will enable users to claim their allocated tokens by submitting a Merkle proof, verifying their inclusion in the eligibility Merkle tree. The Merkle root for the airdrop eligibility will be provided during the deployment of the token.
Requirements
Implementation Notes
The text was updated successfully, but these errors were encountered: