darwinia-network / legacy-apps

Legacy apps of Darwinia Network
https://legacy-apps.vercel.app
Apache License 2.0
7 stars 3 forks source link
apps darwinia-network polkadot-js

overview

A Portal into the Darwinia networks. Provides a view and interaction layer from a browser.

overview

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

development

Contributions are welcome!

To get started -

  1. Clone the repo locally, via git clone https://github.com/darwinia-network/apps <optional local path>
  2. Ensure that you have a recent LTS version of Node.js, for development purposes Node >=10.13.0 is recommended.
  3. Ensure that you have a recent version of Yarn, for development purposes Yarn >=1.10.1 is required.
  4. Install the dependencies by running yarn
  5. Ready! Now you can launch the UI (assuming you have a local Darwinia Node running), via yarn run start
  6. Access the UI via http://localhost:3001