Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

readme cleanups #2085

Merged
merged 2 commits into from
Sep 14, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions js/.travis.yml

This file was deleted.

7 changes: 4 additions & 3 deletions js/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# parity.js

JS interfaces APIs and UIs for Parity.
JavaScript APIs and UIs for Parity.

## development

0. Install [Node](https://nodejs.org/) if not already available
0. Install the npm modules inside `parity/js` via `npm install`
0. Parity should be run with `parity--signer-no-validation [...options]`
0. Change to the `js` directory inside `parity/`
0. Install the npm modules via `npm install`
0. Parity should be run with `parity --signer-no-validation [...options]` (where `options` can be `--chain testnet`)
Copy link
Contributor

@derhuerst derhuerst Sep 14, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shall we add a note here that parity is in target/release of the parent directory?

0. Start the development environment via `npm start`
0. Connect to the [UI](http://localhost:3000)