ArqTras / dero-explorer

DERO Block Explorer using VueJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DERO Explorer

A simple and easy-to-use Blockchain Explorer designed for the DERO Network using VueJS Framework and WASM.

Demo website: https://dero.best

Screenshots

Index Page

Block Page

Tx Page

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Lints and fixes files

yarn run lint

Compile Go file for WebAssembly

cd go
GOOS=js GOARCH=wasm go build -o main.wasm
mv main.wasm ../public/main.wasm

Donations

DERO:

dERokevAZEZVJ2N7o39VH81BXBqX9ojtncnPTDMyiVbmYiTXQY93AUCLcor9xsWCKWhYy25ja89ikZWXWab9kXRB7LYfUmbQyS

About

DERO Block Explorer using VueJS


Languages

Language:Vue 44.9%Language:JavaScript 38.0%Language:Go 16.0%Language:HTML 1.2%