|
2 weeks ago | |
---|---|---|
app | 2 weeks ago | |
bin | 2 months ago | |
example | 3 weeks ago | |
iroha-stub | 1 month ago | |
.eslintrc.json | 6 months ago | |
.gitignore | 6 months ago | |
Dockerfile | 1 month ago | |
LICENSE | 4 months ago | |
README.md | 2 weeks ago | |
docker-compose.yml | 2 weeks ago | |
entrypoint.sh | 1 month ago | |
package-lock.json | 2 weeks ago | |
package.json | 2 weeks ago |
Explore any Iroha Blockchain (https://iroha.readthedocs.io/en/master/).
Demo of the DIVA Iroha Blockchain explorer: https://testnet.diva.exchange
To start a preconfigured local Iroha make sure you have "Docker Compose" installed (https://docs.docker.com/compose/install/). Check your Docker Compose installation by executing docker-compose --version
in a terminal.
Clone the code into a folder of your choice, like:
git clone -b master --depth=1 https://codeberg.org/diva.exchange/iroha-explorer.git
cd iroha-explorer
The configuration is found within docker-compose.yml
and might be adapted to your local needs.
Start the local testnet and the explorer:
sudo docker-compose up -d
Now access the user interface of the explorer on http://172.29.101.100:3920.
Stop the local testnet and the explorer:
sudo docker-compose down --volumes
Find additional examples to use with docker compose within the folder example
. See also dedicated README.
The explorer has been developed on Linux and NodeJS v12. Therefore it is a requisite to have NodeJS available.
Clone the code into a folder of your choice, like:
git clone -b master --depth=1 https://codeberg.org/diva.exchange/iroha-explorer.git
cd iroha-explorer
Prepare your environment (prerequisites):
Take a close look at ./docker-compose.yml
. Within this docker-compose configuration file the prerequisites are fulfilled by defining a local Iroha testnet.
Install and start the explorer using npm:
npm i
npm start
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).
Your donation goes entirely to the project. Your donation makes the development of DIVA.EXCHANGE faster.
XMR: 42QLvHvkc9bahHadQfEzuJJx4ZHnGhQzBXa8C9H3c472diEvVRzevwpN7VAUpCPePCiDhehH4BAWh8kYicoSxpusMmhfwgx
BTC: 3Ebuzhsbs6DrUQuwvMu722LhD8cNfhG1gs
Awesome, thank you!