0.0.2 • Published 5 years ago

parity-dev v0.0.2

Weekly downloads
-
License
MPL-2.0
Repository
-
Last release
5 years ago

Run a Parity node for development

Parity has a nice feature to run it as a private development chain (aka test RPC).

While testing it, I run into some problems, like:

  • address management
  • outdated genesis file
  • the default configuration (--config dev) doesn't:
    • open up CORS
    • unlock the test keys

So here is my code to run Parity as a test RPC. It is designed to be as easy as:

npm install -g parity-dev
parity-dev