Skip to content
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

Fix --dev flag for launching local developer node #881

Open
gztensor opened this issue Oct 29, 2024 · 0 comments
Open

Fix --dev flag for launching local developer node #881

gztensor opened this issue Oct 29, 2024 · 0 comments
Assignees

Comments

@gztensor
Copy link
Contributor

gztensor commented Oct 29, 2024

Substrate node template has a --dev flag, with which a special development network with a single node is running. It's very convenient for development as instead of running scripts and multiple nodes, you just use cargo run -- --dev.

To add this flag we need to specify a new chain spec. The same as for localnet, but with just alice authority would work. Also, we need to extend the CLI with this flag.

@ales-otf ales-otf self-assigned this Nov 6, 2024
@ales-otf ales-otf mentioned this issue Nov 12, 2024
13 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants