-
Notifications
You must be signed in to change notification settings - Fork 21
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
Feature Request: Option to create a solochain pop new solochain
#154
Comments
pop up solochain
pop new solochain
Thanks for the feedback! We will definitely include this. We have a discussion here #129 where we are discussing what's the best UX for this new feature you are proposing among other functionalities. |
As discussed here: #129 |
Hey @AlexD10S, I received a request of this feature, wonder if it is added to the v0.3.0 release? Because I could not see it on my local. |
No, this feature has not been included yet. We need to discuss the UX on how to include this @brunopgalvao |
I do agree with @chungquantin Substrate solochain should be a complete vertical within Pop CLI. The following should be added: - Generate a new parachain, pallet or smart contract
+ Generate a new solochain, parachain, pallet or smart contract
Usage: pop new
pop new <COMMAND>
Commands:
parachain Generate a new parachain
+ solochain Generate a new solochain
pallet Generate a new pallet
contract Generate a new smart contract
help Print this message or the help of the given subcommand(s) - Launch a local network or deploy a smart contract
+ Launch a local network, run a solochain, or deploy a smart contract
Usage: pop up
pop up <COMMAND>
Commands:
parachain Launch a local network
+ solochain Run a solochain
contract Deploy a smart contract
help Print this message or the help of the given subcommand(s) As well as in the future, make solochain feature-complete in Pop CLI, meaning that when we include features such as Having support for Substrate solochains will strength the Pop CLI appchain narrative, is desired by the community, and will help spread the power of Substrate to newcomers. |
In regards to #129, the Additionally, there should be some reserved |
Additional input to the design of the solochain, we can have a template repository called
I have used |
I can confirm that this vertical (solochain) will be the onboarding platform for PBA students as their curriculum starts with working with Substrate solochains. |
Technically, it shouldn't be very complex. The key question is how we want to integrate it from a UX perspective and which solochain templates we want to offer. Kian from Parity also shared the two new templates they are supporting (#238): https://github.com/paritytech/polkadot-sdk-minimal-template |
Right now, pop only has an option to create a contract or a parachain with
pop new parachain
. From my perspective, to make POP completes, we should add an option to create a solochainpop new solochain
. Then incremental steps can be added to the CLI to turn the solochain to a parachain.The text was updated successfully, but these errors were encountered: