https://github.com/deadblackclover/waves-explorer
Waves explorer made using Elm
https://github.com/deadblackclover/waves-explorer
blockchain ride waves-blockchain wavesplatform
Last synced: 6 months ago
JSON representation
Waves explorer made using Elm
- Host: GitHub
- URL: https://github.com/deadblackclover/waves-explorer
- Owner: deadblackclover
- License: agpl-3.0
- Created: 2022-07-14T11:49:57.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-13T20:47:09.000Z (over 1 year ago)
- Last Synced: 2024-11-06T01:28:15.141Z (7 months ago)
- Topics: blockchain, ride, waves-blockchain, wavesplatform
- Language: Elm
- Homepage: https://deadblackclover.net/waves-explorer/
- Size: 235 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# waves-explorer
Waves explorer made using Elm## Development Build
[Install Elm](https://guide.elm-lang.org/install.html) (e.g. with `npm install --global elm` or `make install`), then from the root project directory, run this:
```
$ elm make src/Main.elm --output elm.js
```If you want to include the time-traveling debugger, add `--debug` like so:
```
$ elm make src/Main.elm --output elm.js --debug
```## Production Build
(Make sure you have [Uglify](http://lisperator.net/uglifyjs/) installed first, e.g. with `npm install --global uglify-js` or `make install`)
```
make build
```