update README

This commit is contained in:
alexcos20 2023-05-10 10:35:52 +03:00
parent 52caeba56e
commit 12e49f1030
1 changed files with 7 additions and 0 deletions

View File

@ -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