Forked from Joystream/joystream https://github.com/Joystream/joystream
|
6 years ago | |
---|---|---|
packages | 6 years ago | |
.babelrc.js | 6 years ago | |
.codeclimate.yml | 7 years ago | |
.editorconfig | 7 years ago | |
.eslintignore | 7 years ago | |
.eslintrc.json | 6 years ago | |
.gitignore | 7 years ago | |
.npmignore | 7 years ago | |
.stylelintrc.json | 6 years ago | |
.travis.yml | 6 years ago | |
LICENSE | 7 years ago | |
README.md | 6 years ago | |
babel.config.js | 6 years ago | |
jest.config.js | 6 years ago | |
lerna.json | 6 years ago | |
package.json | 6 years ago | |
postcss.config.js | 6 years ago | |
tsconfig.json | 6 years ago | |
yarn.lock | 6 years ago |
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/.
The repo is split into a number of packages, each representing an application. These are -
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)
Contributions are welcome!
To start off, this repo (along with others in the @polkadot family) uses yarn workspaces to organise the code. As such, after cloning dependencies should be installed via yarn
, not via npm, the latter will result in broken dependencies.
To get started -
git clone https://github.com/polkadot-js/apps <optional local path>
yarn
yarn run start
Alternatively, should you not have a local Node, you can connect to a remote node (POC-1 network, although not fully up-to-date with features) with the WS_URL
parameter. For eample - the apps entry point can be launched with a WebSocket connection to Polkadot PoC-1 with WS_URL=wss://poc-1.polkadot.io:9944 yarn run start
and accessing the application of http://localhost:3000
Demos for the different libraries can be viewed with yarn run demo:<name>
and then browsing to http://localhost:3000. Available demo -
yarn run demo:identicon
yarn run demo:ui
yarn run demo:rx