Publish your blocklet
TODO: this page is not yet complete
This page describes how you publish a new blocklet to the Blocklet Store.
Before you publish an blocklet, you need to bundle, deploy and test it locally to make sure that it runs correctly and that all its functionality works as you intend.
To publish your blocklet to the Blocklet Store, follow these steps:
- Get your developer passport either through invitation or staking.
- Connect your Blocklet Studio or Development environment to the Blocklet Store with
blocklet connect
. - Create your blocklet bundle with blocklet bundle
- Upload your blocklet with blocklet upload
- Publish your blocklet from the developer dashboard
We'll go into detail about each step below.