Lunar is an explorer for Arweave and AO. It provides interfaces for inspecting Arweave blocks, transactions, bundles, data, and wallets alongside AO processes, messages, results, and process interactions.
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:3000. Port configurations can be modified in package.json and vite.config.js
ISC