Lunar is a decentralized explorer application built on top of Arweave and AO. It provides an interface for discovering, inspecting, and interacting with messages exchanged across the AO network. By surfacing AO messages and processes, Lunar aims to improve traceability for users of the network, and developer utility for building their permaweb applications.
Before using Lunar, ensure the following dependencies are installed:
- Node.js version 18.0 or higher
npm
Install dependencies using npm:
npm install
Run the development server:
npm run start:development
This will launch the app locally at http://localhost:4000. Port configurations can be modified in package.json
and webpack.config.js