Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.86 KB

README.md

File metadata and controls

45 lines (30 loc) · 1.86 KB

create-dapplet-app create-dapplet-app

Create Dapplet App

Getting Started

npx create-dapplet-app

Building

  1. type - select project type
  2. author - enter name of the company
  3. license - enter type of the license

Dapplet's parameters

  1. name - the name of the module. The name is the ID of your module so it must be unique.
  2. title - a module's name. It's displayed in the extension's dapplets list, in the Dapplets Store, on the NFT, etc.
  3. adapter - create a site-specific adapter for the dapplet 3.1. adapter's name - the name of the site-specific adapter for the dapplet.
  4. server - create a server for the dapplet
  5. overlay - create an overlay for the dapplet
  6. 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

  1. name - the name of the module. The name is the ID of your module so it must be unique.
  2. title - a module's name. It's displayed in the extension's dapplets list, in the Dapplets Store, on the NFT, etc.
  3. 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

  1. name - the name of the module. The name is the ID of your module so it must be unique.
  2. title - a module's name. It's displayed in the extension's dapplets list, in the Dapplets Store, on the NFT, etc.

Authors