diva.exchange/diva-api
8
3
Fork
You've already forked diva-api
0
DIVA API
  • JavaScript 92.6%
  • Shell 5.1%
  • Dockerfile 2.3%
2021年01月02日 09:03:08 +01:00
app Block watching and broadcasting block data over websocket 2021年01月02日 09:03:08 +01:00
bin refactored API, split up into classes 2020年12月26日 18:12:49 +01:00
data Import, initial 2020年12月26日 14:16:28 +01:00
.eslintrc.json Import, initial 2020年12月26日 14:16:28 +01:00
.gitignore Import, initial 2020年12月26日 14:16:28 +01:00
docker-compose.yml fixed token handling (still WIP) 2020年12月29日 11:43:27 +01:00
Dockerfile Import, initial 2020年12月26日 14:16:28 +01:00
entrypoint.sh Import, initial 2020年12月26日 14:16:28 +01:00
LICENSE Import, initial 2020年12月26日 14:16:28 +01:00
package-lock.json Block watching and broadcasting block data over websocket 2021年01月02日 09:03:08 +01:00
package.json Block watching and broadcasting block data over websocket 2021年01月02日 09:03:08 +01:00
README.md refactored API, split up into classes 2020年12月26日 18:12:49 +01:00

DIVA API

DIVA API - serving DIVA functionality via REST or Websocket. Created by DIVA.EXCHANGE.

Get Started

DIVA.EXCHANGE offers preconfigured packages to start or join the DIVA.EXCHANGE testnet.

It's probably best to use the preconfigured package "diva-dockerized" (https://codeberg.org/diva.exchange/diva-dockerized).

For experienced users on an operating systems supporting Docker (Linux, Windows, MacOS) the following instructions will help to get started.

Using Docker Compose

Clone the code repository from the public repository:

git clone -b master https://codeberg.org/diva.exchange/diva-api.git
cd diva-api

To start a local DIVA API 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.

If you have Docker Compose available, execute within your iroha-node folder:

sudo docker-compose up -d

To stop the container using Docker Compose, execute:

sudo docker-compose down

To stop the container, including the removal of the related volume (data of the container gets removed) using Docker Compose, execute:

sudo docker-compose down --volumes

Contact the Developers

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

Donations

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

XMR: 42QLvHvkc9bahHadQfEzuJJx4ZHnGhQzBXa8C9H3c472diEvVRzevwpN7VAUpCPePCiDhehH4BAWh8kYicoSxpusMmhfwgx

BTC: 3Ebuzhsbs6DrUQuwvMu722LhD8cNfhG1gs

Awesome, thank you!