An open API service indexing awesome lists of open source software.

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

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.