leduynguyen / avail-apps

Basic Polkadot/Substrate UI for interacting with a node. This is the main user-facing application, allowing access to all features available on Substrate chains.

Home Page:https://dotapps.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

avail-apps

Block Explorer & Apps for the Avail blockchain


Introduction

avail-apps is a modified version of the @polkadot/apps repository for visualizing and interacting with the Avail network.

Learn more about Avail at the Avail product page and documentation websites.

You can access a live version of the explorer for the Avail Testnet at https://goldberg.avail.tools/

Overview

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

Development

Contributions are welcome!

To start off, this repo uses yarn workspaces to organize 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 -

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

About

Basic Polkadot/Substrate UI for interacting with a node. This is the main user-facing application, allowing access to all features available on Substrate chains.

https://dotapps.io

License:Apache License 2.0


Languages

Language:TypeScript 99.8%Language:JavaScript 0.1%Language:HTML 0.0%Language:Shell 0.0%Language:Dockerfile 0.0%