vue-block-explorer icon indicating copy to clipboard operation
vue-block-explorer copied to clipboard

Vue component for inspecting Loom DAppChains

vue-block-explorer

Vue component for inspecting Loom DAppChains

This project is under active development, there may be breaking changes to the API.

Development

# install dependencies
yarn install

# run dev server with hot reload at http://localhost:8080
yarn run serve

# build for production
yarn run build

# auto-format TypeScript source files
yarn run format