Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 673 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 673 Bytes

Neo-Explorer-UI

Neo-Explorer-UI is a blockchain browser which could visulize Neo chain data of Neo testnet/mainnet or private chian.

Getting Started

1.Start project in local

# download project
git clone https://github.com/RookieCoderrr/Neo-Explorer-UI.git

# enter project directory
cd Neo-Explorer-UI-main

# install dependencies
yarn run install

# start vue project
yarn run serve

2.Start project in docker

# download project
git clone https://github.com/RookieCoderrr/Neo-Explorer-UI.git

# enter project directory
cd Neo-Explorer-UI-main

# run shell to start docker container
./run.sh

Visit http://localhost:8080 in browser