Technical architecture
How namespace.gg works under the hood
The following is an example of a mint
action in the namespace.gg architecture:
The user connects a wallet to the namespace.gg deployment's UI
The user chooses a name and triggers the
mint
function in the UIWhen minting, everPay takes payment and submits proof to MEM
MEM processes the
mint
requestIf the
mint
was successful, MEM saves the log to ArweaveThe function state, stored on Arweave, is parsed by the namespace.gg API
The API can be called by third party apps to resolve names to addresses
Last updated