Andromeda

Learn

ADO Builder

App Builder

Assets

Embeddables

App Store

CLI

Dashboard


Andromeda App - Beta.1.1

Create

Merkle Airdrop

Launch airdrops using the merkle-tree (hash tree) method allowing recipients to claim their tokens instead of being sent without consent. Supports both native and CW20 coins.

Publish as an App

@1.1.2

Publishing configurations to publish the ADO as an App

The desired name of the app.

Merkle airdrop

@2.0.2

This ADO allows users to set up a merkle-airdrop for CW20 token ensuring a safe, fair, and transparent airdrop.

Cw20 token


An address that can be used within the Andromeda ecosystem. Inspired by the cosmwasm-std `Addr` type. https://github.com/CosmWasm/cosmwasm/blob/2a1c698520a1aacedfe3f4803b0d7d653892217a/packages/std/src/addresses.rs#L33 This address can be one of two things: 1. A valid human readable address e.g. `cosmos1...` 2. A valid Andromeda VFS path e.g. `/home/user/app/component` VFS paths can be local in the case of an app and can be done by referencing `./component` they can also contain protocols for cross chain communication. A VFS path is usually structured as so: `<protocol>://<chain (required if ibc used)>/<path>` or `ibc://cosmoshub-4/user/app/component`

CW20

@2.0.5

The CW20 Token ADO is an ADO to create a token, The contract supports modules to extend its' functionality.

Name of the token. Letters only, must be between 3 and 12 characters.

Symbol of the token. Letters only, must be between 3 and 12 characters.

The number of decimals for the token. (6 is common)

Starting Balance


A list of addresses and the amount of coin to initialize for each.

Description


A URL pointing to the project behind this token. Must begin with HTTPS.

A longer description of the token and its' utility. Designed for tooltips or short alerts.

The address (if any) who can update this data structure.

A link to the logo, or a comment that there is an on-chain logo stored.

A link to the logo, or a comment that there is an on-chain logo stored.

Logo


A link to the logo, or a comment that there is an on-chain logo stored.

Must be a valid URL beginning with HTTPS (e.g. 'HTTPS://yourlogo.com')

Cap


The address to assign as a minter.

Set a hard cap on the total supply of tokens that can be achieved by minting. Declarations are in micounits, remember to include positions for the number of decimals declared.

Set a hard cap on the total supply of tokens that can be achieved by minting. Declarations are in micounits, remember to include positions for the number of decimals declared.

If left blank, there is no limit.
If left blank, there is no limit.