Polkadot-Blockchain-Academy / Academy-PoW

PoW blockchain node to gain hands-on experience starting a real network together
The Unlicense
23 stars 43 forks source link

Add instant seal #8

Closed JoshOrndorff closed 1 year ago

JoshOrndorff commented 1 year ago

Closes #5.

This PR modifies the service so that it uses instant seal whenever the --dev flag is passed. It still uses PoW in all other cases. This should make it easier to test contracts during local development.