Technical architecture

How namespace.gg works under the hood

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

Last updated