You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
name - the name of the module. The name is the ID of your module so it must be unique.
title - a module's name. It's displayed in the extension's dapplets list, in the Dapplets Store, on the NFT, etc.
adapter - create a site-specific adapter for the dapplet
3.1. adapter's name - the name of the site-specific adapter for the dapplet.
server - create a server for the dapplet
overlay - create an overlay for the dapplet
ContextID - a list of resources where the module is loaded and activated. You should list site domains or a name of the module (adapter, interface), where domains are already listed.
Adapter's parameters
name - the name of the module. The name is the ID of your module so it must be unique.
title - a module's name. It's displayed in the extension's dapplets list, in the Dapplets Store, on the NFT, etc.
ContextID - a list of resources where the module is loaded and activated. You should list site domains or a name of the module (adapter, interface), where domains are already listed.
Interface's parameters
name - the name of the module. The name is the ID of your module so it must be unique.
title - a module's name. It's displayed in the extension's dapplets list, in the Dapplets Store, on the NFT, etc.