Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 543 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 543 Bytes

Artemis Supplier implementation


Requirements

  • Docker
  • Docker-compose plug-in
  • Python3

NOTE BEFORE BUILD: You must add the following files given by the Artemis provider:

  1. The config.env file to configuration/ folder
  2. The swarm.key file to ipfs/ folder

Build

Run the command: docker-compose build

Start containers

Run the command: docker-compose up -d

NOTE: To initialize ScyllaDB tables run:

  1. pip install scylla-driver
  2. python initScyllaTables.py