https://github.com/byteball/obyte-explorer-frontend
Obyte DAG explorer https://explorer.obyte.org
https://github.com/byteball/obyte-explorer-frontend
autonomous-agent autonomous-agents blockchain-explorer crypto cryptocurrency dag directed-acyclic-graph distributed-ledger distributed-ledger-technology dlt obyte
Last synced: about 1 month ago
JSON representation
Obyte DAG explorer https://explorer.obyte.org
- Host: GitHub
- URL: https://github.com/byteball/obyte-explorer-frontend
- Owner: byteball
- Created: 2022-07-27T09:38:26.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-14T08:32:54.000Z (2 months ago)
- Last Synced: 2025-04-14T14:17:29.629Z (about 1 month ago)
- Topics: autonomous-agent, autonomous-agents, blockchain-explorer, crypto, cryptocurrency, dag, directed-acyclic-graph, distributed-ledger, distributed-ledger-technology, dlt, obyte
- Language: JavaScript
- Homepage: https://explorer.obyte.org
- Size: 935 KB
- Stars: 2
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Obyte explorer front-end
## Setup
Make sure to install the dependencies:
```bash
# npm
npm install
```## Development Server
Start the development server on `http://localhost:3000`:
```bash
# npm
npm run dev
```## Production
Build the application for production:
```bash
# npm
npm run build
PORT=4001 node .output/server/index.mjs
```Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.