Assets

Introduction

The Assets section in the Andromeda web-app contains all of the owned ADOs and Apps of the connected user (Connected address from Keplr). It is the primary place that is used to interact and modify these Apps and ADOs.

To get to the asset explorer, you need to choose it from the navigation bar on the left-hand side of the Andromeda web-app:

Your asset page should open and will look something like this:

You might notice that there are no assets listed here. This is because only assets that belong to the connected chain/address will show. Since I have not built any ADOs on this chain, my assets list is empty. Now, let me connect to another chain that I have previously built Andromeda Apps on. This is possible by clicking the address on the top right of the screen and then choosing Switch and picking the chain I want to connect to:

Here I have chosen to connect to the Andromeda test-net knowing that I have previously built some assets on it:

As you can see, the assets have appeared. For each asset, the following information is showcased:

  • The name of the asset

  • The type of asset including the version

  • The block height that the asset was published

  • The contract address of the ADO

You can get the same information for each ADO in the App by clicking on View:

Interacting with Assets

As discussed before, the assets page is used to interact with the Apps/ADOs/NFTs of a user. This is done by clicking on the three dots (ellipses) of the components we want to interact with:

When pressed, the list of actions/messages that can be performed on the component will be shown. You can then choose the one you want to perform/execute.

The chosen action/message will load the appropriate panels/components to be filled in by you. Once completed, you can publish the action/message which will execute it on chain. We will learn more about interacting with assets in the Guides and Examples sections.

Sorting and Filtering

A user can have hundreds or even thousands of Apps built on the web-app. This might make it difficult to locate a certain application or component in the midst of all the assets. For this reason, we have added the options to sort and filter your assets based on their type, date of creation, or even name:

Here you have the following options:

  • Type the name of the component or App you are searching for in the search bar.

  • Select the type of ADO you want to appear in assets (App Contract in screenshot above).

  • Choose how to sort the ADOs, either by descending order (newest to oldest) or ascending order (oldest to newest). If not specified, then the ADOs will appear in descending order.

Last updated