From 12e49f10302a71d993d177dd27d529e3e3596522 Mon Sep 17 00:00:00 2001 From: alexcos20 Date: Wed, 10 May 2023 10:35:52 +0300 Subject: [PATCH] update README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index a1edee5..ec3f3a5 100644 --- a/README.md +++ b/README.md @@ -184,6 +184,13 @@ This Building Block can be disabled by setting the `--no-aquarius` flag. | `dbs_arweave` | `28808` | `8001` | DBS Arweave | | `dbs_filecoin` | `27300` | `3000` | DBS Filecoin | +To start with DBS, you will need to set a couple of envs, because for the moment, everything runs on mumbai: + +```bash +export DBS_FILECOIN_PRIVATE_KEY='0x123' +export DBS_ARWEAVE_PRIVATE_KEY='0x123' +./start_ocean.sh --with-dbs +``` ### ocean-contracts