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/
The repo is split into a number of packages, each representing an application.
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 -
- Clone the repo locally, via
git clone https://github.com/availproject/avail-apps.git <optional local path>
- Ensure that you have a recent LTS version of Node.js, for development purposes Node >= 16 is recommended.
- Ensure that you have a recent version of Yarn, for development purposes Yarn >= 1.22 is required.
- Install the dependencies by running
yarn
- Ready! Now you can launch the UI (assuming you have a local Avail Node running), via
yarn run start
- Access the UI via http://localhost:3000