Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 989 Bytes

File metadata and controls

27 lines (22 loc) · 989 Bytes
title description keywords author category layout tags
Publish Blocklets
Publish Blocklets
abtnode, blocklet
wangshijun, tigeryu8900
abtnode
documentation
abtnode

Publish Steps

  1. Make sure your blocklet can be bundled and deployed to your local ABT Node.
  2. Publish your blocklet to npm registry with npm publish.
  3. Fork our blocklets registry repo.
  4. Update registry.yml to list your blocklet, and then create a pull request.
  5. When your pull request gets approved, your blocklet is published.
  6. Verify that it's published in the registry: https://blocklet.arcblock.io/blocklets.json
  7. Verify that it's published in the marketplace: install your blocklet to your ABT Node from the marketplace

Publish Config

  • publishConfig: the directory that will be published.
  • files: the files that will be published.