https://github.com/paritytech/substrate-ui
Bondy Polkadot UI
https://github.com/paritytech/substrate-ui
Last synced: 25 days ago
JSON representation
Bondy Polkadot UI
- Host: GitHub
- URL: https://github.com/paritytech/substrate-ui
- Owner: paritytech
- Archived: true
- Created: 2018-05-02T18:49:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-02-08T12:18:51.000Z (over 5 years ago)
- Last Synced: 2025-10-04T00:38:36.747Z (about 1 month ago)
- Language: JavaScript
- Size: 7.64 MB
- Stars: 73
- Watchers: 13
- Forks: 36
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-substrate - substrate-ui, Bondy Polkadot UI
README
# Setup
**Requires Node v11 and Python 2.7**
* Install dependencies and run the app
```
yarn install;
yarn run dev;
```
* Open the app in your browser at http://localhost:8000
```
open -a "Google Chrome" http://localhost:8000
```