Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 1.66 KB

File metadata and controls

36 lines (21 loc) · 1.66 KB

AO Site

The AO Dashboard is a decentralized application for managing your AO ecosystem rewards and delegations. Connect your Arweave wallet to view your AO token earnings and AR rewards with 30-day and 1-year projections. Bridge assets from other networks to start earning AO. On the Delegate page, allocate your yield to ecosystem projects to receive project tokens, or diversify with PI (Permaweb Index) - a token composed of 1/3 AO, 1/3 AR, and 1/3 ecosystem project tokens. Track global Fair Launch deposits, view live network metrics including active users, messages, and processes, and manage your delegations in the AO ecosystem.

AO Overview

AO is a hyper-parallel computing system built on the Arweave network, offering a unified environment for executing decentralized applications and smart contracts. Unlike traditional decentralized computer systems, AO provides an open message passing layer that connects parallel processes, creating a cohesive computing experience similar to websites linked through hyperlinks.

AO enables computation without protocol-enforced limitations on size and form while ensuring network verifiability and trust minimization. For a more detailed breakdown of AO, visit the core repository.

Development

Prerequisites

Before running the AO Dashboard, ensure the following dependencies are installed:

  • Node.js version 18.0 or higher
  • npm

Development

Run the development server:

npm install
npm run start:development

This will launch the app locally at http://localhost:3000. Port configurations can be modified in vite.config.js

License

ISC