diva.exchange/explorer
9
1
Fork
You've already forked explorer
1
Blockchain Explorer of the DIVA storage layer. See https://github.com/diva-exchange/explorer https://testnet.diva.exchange
  • TypeScript 31.5%
  • Pug 21.7%
  • Shell 18.7%
  • JavaScript 16.7%
  • SCSS 8.9%
  • Other 2.5%
2023年03月05日 16:43:16 +01:00
bin fixed: removed postinstall from package.json 2022年12月07日 13:41:43 +01:00
build fixed: build process 2021年11月01日 16:07:00 +01:00
deploy fix: git merge 2022年09月07日 21:24:14 +02:00
dist fixed: removed postinstall from package.json 2022年12月07日 13:41:43 +01:00
src fixed: removed postinstall from package.json 2022年12月07日 13:41:43 +01:00
static version: bump 2023年03月05日 16:43:16 +01:00
test initial project, added test boilerplate 2021年04月29日 08:54:02 +02:00
view dna column width bug fix, version updated 2022年09月21日 21:10:03 +02:00
.editorconfig added initial view (UI) 2021年04月29日 10:49:39 +02:00
.eslintrc.json added: security linter (dev only) 2021年12月28日 08:03:17 +01:00
.gitignore initial 2021年04月29日 08:44:00 +02:00
CODE_OF_CONDUCT.md added: code of merit 2022年09月01日 23:24:54 +02:00
Dockerfile node14 -> node16, docker build 2022年11月13日 12:14:12 +01:00
LICENSE added: documentation, license AGPLv3 2021年10月12日 09:54:45 +02:00
package-lock.json version: bump 2023年03月05日 16:43:16 +01:00
package.json version: bump 2023年03月05日 16:43:16 +01:00
README.md docs updated: building/running/docker 2022年11月13日 11:52:09 +01:00
tsconfig.json node14 -> node16, docker build 2022年11月13日 12:14:12 +01:00

DIVA Blockchain Explorer

User Interface to explore the DIVA Blockchain.

See DIVA Testnet on https://testnet.diva.exchange/

Configuration

The configuration can be controlled using environment variables.

LOG_LEVEL

Default: warn

Available levels: trace, info, warn, error, critical

HTTP_IP

Default: 127.0.0.1

HTTP_PORT

Default: 3920

URL_API

Default: http://127.0.0.1:17468

URL_FEED

Default: ws://127.0.0.1:17469

Building

To build a binary on Linux (amd64) within the build/ folder, use bin/build.sh.

Running

On Linux amd64: build it first, then execute bin/explorer-linux-amd64. Set the environment variables (see configuration above) like this LOG_LEVEL=trace bin/explorer-linux-amd64.

Docker (all platforms): docker run -p 3920:3920 -d --name diva-explorer divax/explorer:current. Adapt the port exposure (-p) and the name (--name) to your needs. Use --env to set the environment variables within the container. IMPORTANT: a docker network is required (see docker docs) to let the explorer communicate with the blockchain backend running in another docker container. For beginners, it might be easier to use the DIVA Dockerized project to get started.

Deployment

Remark: credentials (like username and password, ssh keys or tokens) are needed to deploy packages. The helper scripts are created to support automated deployment but do not contain any credentials.

  • Docker: to create docker images, use bin/create-docker-image.sh.

Contributions

Contributions are very welcome. This is the general workflow:

  1. Fork from https://github.com/diva-exchange/explorer/
  2. Pull the forked project to your local developer environment
  3. Make your changes, test, commit and push them
  4. Create a new pull request on github.com

It is strongly recommended to sign your commits: https://docs.github.com/en/authentication/managing-commit-signature-verification/telling-git-about-your-signing-key

If you have questions, please just contact us (see below).

Donations

Your donation goes entirely to the project. Your donation makes the development of DIVA.EXCHANGE faster. Thanks a lot.

XMR

42QLvHvkc9bahHadQfEzuJJx4ZHnGhQzBXa8C9H3c472diEvVRzevwpN7VAUpCPePCiDhehH4BAWh8kYicoSxpusMmhfwgx

XMR

or via https://www.diva.exchange/en/join-in/

BTC

3Ebuzhsbs6DrUQuwvMu722LhD8cNfhG1gs

BTC

Contact the Developers

On DIVA.EXCHANGE you'll find various options to get in touch with the team.

Talk to us via Telegram https://t.me/diva_exchange_chat_de (English or German).

License

AGPLv3