title | description | keywords | author | category | layout | tags | |
---|---|---|---|---|---|---|---|
Publish Blocklets |
Publish Blocklets |
abtnode, blocklet |
wangshijun, tigeryu8900 |
abtnode |
documentation |
|
- Make sure your blocklet can be bundled and deployed to your local ABT Node.
- Publish your blocklet to npm registry with
npm publish
. - Fork our blocklets registry repo.
- Update registry.yml to list your blocklet, and then create a pull request.
- When your pull request gets approved, your blocklet is published.
- Verify that it's published in the registry: https://blocklet.arcblock.io/blocklets.json
- Verify that it's published in the marketplace: install your blocklet to your ABT Node from the marketplace
publishConfig
: the directory that will be published.files
: the files that will be published.