paritytech / substrate-contracts-node

Minimal Substrate node configured for smart contracts via pallet-contracts.
The Unlicense
124 stars 145 forks source link

Make `--dev` the default behavior if node is started without any argument #54

Closed cmichi closed 2 years ago

cmichi commented 2 years ago

We often have people reporting issues which come from them starting ./substrate-contracts-node without any --dev parameter.

Since the idea of this node is to make it easy to test and develop stuff we should make --dev the default behavior.