Skip to content

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.

License

Notifications You must be signed in to change notification settings

availproject/avail-apps

 
 

Repository files navigation

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://explorer.avail.so/

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:https://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.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • TypeScript 99.9%
  • Other 0.1%