Andromeda Web Application
  • Introduction
    • Overview
    • ADO Builder
    • App Builder
    • Assets
    • App Store
    • CLI
  • Learning the Basics
    • Setting Up your Wallet
    • The Token Standards
      • CW721: Non-Fungible Token (NFT) Standard
      • CW20: Fungible Token (CW20) Standard
    • Using Execute Messages
    • Using Queries
    • ADO Ownership
  • Guides and Examples
    • ADO Builder
      • Building Your First App
      • Building your First NFT Collection
        • Setting Up NFT Metadata
      • Creating your First NFT Auction House
      • NFT Marketplace App
      • Crowdfund App
      • CW20 Exchange
      • Auction Using CW20 Tokens
      • Extended Marketplace
      • Commission Based Sales Application
      • Vesting and Staking App
    • App Builder
      • NFT Auction Marketplace
    • Embeddables
      • NFT Auction
    • Using CLI to Interact with Apps
    • Importing/Exporting Data
  • Staking
    • Andromeda Staking
  • Data and Statistics
    • Tokenomics Dashboard
Powered by GitBook
On this page
  • Building An Embeddable: A General Overview
  • Benefits of Embeddables
  • Creating Your Own Embeddables
  1. Guides and Examples

Embeddables

PreviousNFT Auction MarketplaceNextNFT Auction

Last updated 1 year ago

Building An Embeddable: A General Overview

In our , we have covered the basics of building an Andromeda Application from scratch. Now we will be taking a look into embeddables, our easy to use front-end interfaces that provide a face to your app.

Although they are slightly simplistic interfaces, they provide you with the following features:

  • Wallet connection for users looking to use your App

  • Ability to trigger actions on the app (Example bid on an NFT)

  • Information and data retrieval for your App

Benefits of Embeddables

  • Plug-and-Play: Embed a widget onto your website with your content using minimal coding.

  • Customizable: Adjust to match your website's aesthetics with the design tools. (Coming Soon)

  • Versatile: Suitable for auctions, marketplaces, crowdfunding, and other Apps that you create.

In the next examples, we will be looking at some examples of using an embeddable with one of your Andromeda Applications.


Creating Your Own Embeddables

Although our embeddables page contains several ready to go interfaces for our most common applications, we cannot create an embeddable for every single use case that can be built using the aOS as the number in infinite. For this reason, we have created an embeddable starting template for developers looking to develop their own custom embeddables. The template can be found here:

Creating a custom embeddable will require knowledge of Next.js and typescript.

ADO Builder examples
GitHub - andromedaprotocol/andromeda-nextjs-application-starter: A starter template for an empty instance of a Next.js-based web application, pre-configured with the AndromedaJS SDK, Keplr wallet support, GraphQL support, and Zustand.GitHub
Logo