1

I developed a custom pallet and I would like to allow to try it easily for others developers.

Is it possible for me to share a Substrate Playground workspace and make it public? I found I can save a workspace but it's only a link to my Github account.

Thanks a lot for your help!

1 Answer 1

5

Well done!

Follow this tutorial to make it public for other developers publishing the pallet on crates.io, the Rust community’s crate registry or on GitHub (You already did it).

It would be great to have it on the Substrate Marketplace too, check this blog about how to feature on Substrate Marketplace.

Also I would recommend to document the pallet README, it makes it easy to know what is about and have a high-level understanding about it.

You can take the Balances pallet from Substrate FRAME as an example, in my opinion that README is a really great documentation of the pallet.

1
  • 1
    Thanks a lot, I want to add some others functionnalities and add some tests and I will publish it on Substrate Marketplace :) Thanks for the documentation, I'm going to read this !
    – Apolixit
    Commented Oct 24, 2022 at 16:24

Not the answer you're looking for? Browse other questions tagged or ask your own question.