JavaScript APIs and UIs for Parity.
- Install Node if not already available
- Change to the
js
directory inside parity/
- Install the npm modules via
npm install
- Parity should be run with
parity --ui-no-validation [...options]
(where options
can be --chain testnet
)
- Start the development environment via
npm start
- Connect to the UI