namespace.gg
  • 👋INTRODUCTION
    • What is namespace.gg?
    • namespace.gg features
    • Technical architecture
    • Use case ideas
  • 🏗️Build on namespace
    • DIY implementation
    • Let us build it for you
Powered by GitBook
On this page
  1. INTRODUCTION

Technical architecture

How namespace.gg works under the hood

Previousnamespace.gg featuresNextUse case ideas

Last updated 1 year ago

The following is an example of a mint action in the namespace.gg architecture:

  1. The user connects a wallet to the namespace.gg deployment's UI

  2. The user chooses a name and triggers the mint function in the UI

  3. When minting, everPay takes payment and submits proof to MEM

  4. MEM processes the mint request

  5. If the mint was successful, MEM saves the log to Arweave

  6. The function state, stored on Arweave, is parsed by the namespace.gg API

  7. The API can be called by third party apps to resolve names to addresses

👋