-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: new pallet #32
base: main
Are you sure you want to change the base?
Conversation
I like the idea! I would add a phrase before that to download/install Pop CLI (with a link) Also, the running your parachain link in the README should be: |
The link for "Learn about how to build using this template" was the best tutorial I could find for someone that needs info about how to start building their first pallet. I think we want something like that on the pop website, maybe trying to find the kitties example and update it. |
I'd prefer to point a link to our documentation instead of: https://subdaily.io/dev/learn-to-build-substrate-pallets-from-scratch-dissecting-the-frame-pallet/ This way, we can maintain it. The line:
|
Okay. We need to define exactly what we want to add to the Pop Docs. Do we want a section called "Add a pallet to a parachain" that highlights the https://subdaily.io/dev/learn-to-build-substrate-pallets-from-scratch-dissecting-the-frame-pallet/
|
Based on @kianenigma's comment here: r0gue-io/pop-cli#260 Also: https://paritytech.github.io/polkadot-sdk/master/polkadot_sdk_docs/polkadot_sdk/frame_runtime |
@brunopgalvao can you decide whether to use this or otherwise close this draft please |
This functionality already exists and is great for devs to kickstart the development. It creates a
pallets
folder with a fresh pallet folder ready to build.Showing that it exists can also get early user feedback.