Forked from Joystream/joystream https://github.com/Joystream/joystream

Jaco Greeff 6753dc0ad2 Use @babel 7 (#52) 6 years ago
flow-typed 5f884c4b65 Add utility/toolbox app (#51) 6 years ago
packages 6753dc0ad2 Use @babel 7 (#52) 6 years ago
.codeclimate.yml d85ce9c263 Initial commit 7 years ago
.editorconfig d85ce9c263 Initial commit 7 years ago
.eslintignore d85ce9c263 Initial commit 7 years ago
.eslintrc.json 5f884c4b65 Add utility/toolbox app (#51) 6 years ago
.flowconfig 5f884c4b65 Add utility/toolbox app (#51) 6 years ago
.gitignore d85ce9c263 Initial commit 7 years ago
.npmignore d85ce9c263 Initial commit 7 years ago
.stylelintrc.json 5f884c4b65 Add utility/toolbox app (#51) 6 years ago
.travis.yml ad5cf04b07 Update rx-react/rx-api packages (16.3 compliant) (#4) 6 years ago
LICENSE d85ce9c263 Initial commit 7 years ago
README.md 6753dc0ad2 Use @babel 7 (#52) 6 years ago
babel.config.js 6753dc0ad2 Use @babel 7 (#52) 6 years ago
jest.config.js 5f884c4b65 Add utility/toolbox app (#51) 6 years ago
lerna.json 6753dc0ad2 Use @babel 7 (#52) 6 years ago
package.json 6753dc0ad2 Use @babel 7 (#52) 6 years ago
postcss.config.js 6753dc0ad2 Use @babel 7 (#52) 6 years ago
yarn.lock 6753dc0ad2 Use @babel 7 (#52) 6 years ago

README.md

polkadotjs isc style npm travis greenkeeper dependency devDependency

@polkadot/apps

A Portal into the Polkadot network. Provides a view and interaction layer from a browser.

This can be accessed as a hosted application via https://polkadot.js.org/apps/.

overview

The repo is split into a number of packages, each representing an application. These are -

  • apps This is the main entry point. It handles the selection sidebar and routing to the specific application being displayed.
  • app-accounts A basic account management app.
  • app-addresses A basic address management app.
  • app-explorer A simple block explorer. It only shows the most recent blocks, updating as they become available.
  • app-extrinsics Submission of extrinsics to a node.
  • app-storage A simple node storage query application. Multiple queries can be queued and updates as new values become available.
  • app-toolbox Utilities to manage data.
  • app-vanitygen A toy that allows you to generate vanity addresses. Running yarn run vanitygen --match <string> runs the generator as a Node CLI app. (Orders of a magnitude faster due to the use of libsoldium bindings)

In addition the following libraries are also included in the repo. These are to be moved to the @polkadot/ui repository once it reaches a base level of stability and usability. (At this point with the framework being tested on the apps above, it makes development easier having it close)