https://github.com/AcoSmrkas/ErgExplorer
Independent tool for browsing the Ergo blockchain
https://github.com/AcoSmrkas/ErgExplorer
Last synced: 6 days ago
JSON representation
Independent tool for browsing the Ergo blockchain
- Host: GitHub
- URL: https://github.com/AcoSmrkas/ErgExplorer
- Owner: AcoSmrkas
- License: gpl-3.0
- Created: 2023-05-22T17:49:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-13T08:04:35.000Z (23 days ago)
- Last Synced: 2025-04-13T09:19:56.824Z (23 days ago)
- Language: JavaScript
- Size: 17.6 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ergo - erg-explorer - built blockchain explorer. [`JS/TS`] [Telegram](https://t.me/ErgExplorer) *(Community)* (🔍 Explorers & Dashboards <a id="explorers--dashboards"></a> / 🔭 Explorers <a id="explorers"></a>)
README
# README #
### What is this repository for? ###
Erg Explorer project repo
### How do I get set up? ###
Install Node.JS 11.15.0
npm install -g bower
npm install --global gulp-cli
npm install
bower install
npm install [email protected]### Commands ###
gulp serve
Starts local server host on localhost:9000gulp build
Builds the website