mirror of
https://github.com/oceanprotocol/barge.git
synced 2024-11-22 17:50:13 +01:00
Added pacific to readme
This commit is contained in:
parent
f210a8b89e
commit
684eda97d4
48
README.md
48
README.md
@ -85,22 +85,23 @@ Note: If you use the `--latest` option, then the `latest` Docker images will be
|
|||||||
|
|
||||||
Other `start_ocean.sh` options:
|
Other `start_ocean.sh` options:
|
||||||
|
|
||||||
| Option | Description |
|
| Option | Description |
|
||||||
| -------------------------- | -------------------------------------------------------------------------------------------- |
|
| -------------------------- | ----------------------------------------------------------------------------------------------- |
|
||||||
| `--no-pleuston` | Start up Ocean without the `pleuston` Building Block. Helpful for development on `pleuston`. |
|
| `--no-pleuston` | Start up Ocean without the `pleuston` Building Block. Helpful for development on `pleuston`. |
|
||||||
| `--no-aquarius` | Start up Ocean without the `aquarius` Building Block. |
|
| `--no-aquarius` | Start up Ocean without the `aquarius` Building Block. |
|
||||||
| `--no-brizo` | Start up Ocean without the `brizo` Building Block. |
|
| `--no-brizo` | Start up Ocean without the `brizo` Building Block. |
|
||||||
| `--no-secret-store` | Start up Ocean without the `secret-store` Building Block. |
|
| `--no-secret-store` | Start up Ocean without the `secret-store` Building Block. |
|
||||||
| `--mongodb` | Start up Ocean with MongoDB as DB engine for Aquarius instead of Elasticsearch. |
|
| `--mongodb` | Start up Ocean with MongoDB as DB engine for Aquarius instead of Elasticsearch. |
|
||||||
| `--local-ganache-node` | Runs a local `ganache` node. |
|
| `--local-pacific-node | Runs a local parity node and connects the node to the `pacific` network (official Ocean network |
|
||||||
| `--local-spree-node` | Runs a node of the local `spree` network. This is the default. |
|
| `--local-ganache-node` | Runs a local `ganache` node. |
|
||||||
| `--local-duero-node` | Runs a local parity node and connects the node to the `duero` network. |
|
| `--local-spree-node` | Runs a node of the local `spree` network. This is the default. |
|
||||||
| `--local-nile-node` | Runs a local parity node and connects the node to the `nile` network. |
|
| `--local-duero-node` | Runs a local parity node and connects the node to the `duero` network. |
|
||||||
| `--local-kovan-node` | Runs a light node of the `kovan` network and connects the node to the `kovan` network. |
|
| `--local-nile-node` | Runs a local parity node and connects the node to the `nile` network. |
|
||||||
| `--reuse-ganache-database` | Configures a running `ganache` node to use a persistent database. |
|
| `--local-kovan-node` | Runs a light node of the `kovan` network and connects the node to the `kovan` network. |
|
||||||
| `--acl-contract` | Configures secret-store `acl_contract` option to enable secret-store authorization. |
|
| `--reuse-ganache-database` | Configures a running `ganache` node to use a persistent database. |
|
||||||
| `--force-pull` | Force pulling the latest revision of the used Docker images. |
|
| `--acl-contract` | Configures secret-store `acl_contract` option to enable secret-store authorization. |
|
||||||
| `--purge` | Removes the Docker containers, volumes, artifact folder and networks used by the script. |
|
| `--force-pull` | Force pulling the latest revision of the used Docker images. |
|
||||||
|
| `--purge` | Removes the Docker containers, volumes, artifact folder and networks used by the script. |
|
||||||
|
|
||||||
## Docker Building Blocks
|
## Docker Building Blocks
|
||||||
|
|
||||||
@ -148,13 +149,14 @@ You can find a detailed explanation of how to use this in the [script options](#
|
|||||||
|
|
||||||
This node can be one of the following types (with the default being `spree`):
|
This node can be one of the following types (with the default being `spree`):
|
||||||
|
|
||||||
| Node | Description |
|
| Node | Description |
|
||||||
| --------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
| ------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
||||||
| `ganache` | Runs a local [ganache-cli](https://github.com/trufflesuite/ganache-cli) node that is not persistent by default. The contracts from the desired `keeper-contracts` version will be deployed upon launch of this node. |
|
| `pacific` | Runs a local node of the Pacific Network and connects to the [Pacific network](https://docs.oceanprotocol.com/concepts/pacific-network/). |
|
||||||
| `spree` | This is the default. Runs a local node of the Spree Network. See [Spree Network](#spree-network) for details. The contracts from the desired `keeper-contracts` version will be deployed upon launch of this node. |
|
| `ganache` | Runs a local [ganache-cli](https://github.com/trufflesuite/ganache-cli) node that is not persistent by default. The contracts from the desired `keeper-contracts` version will be deployed upon launch of this node. |
|
||||||
| `duero` | Runs a local node of the Duero Network and connects to the [Duero Testnet](https://docs.oceanprotocol.com/concepts/testnets/#the-duero-testnet). |
|
| `spree` | This is the default. Runs a local node of the Spree Network. See [Spree Network](#spree-network) for details. The contracts from the desired `keeper-contracts` version will be deployed upon launch of this node. |
|
||||||
| `nile` | Runs a local node of the Nile Network and connects to the [Nile Testnet](https://docs.oceanprotocol.com/concepts/testnets/#nile-testnet). |
|
| `duero` | Runs a local node of the Duero Network and connects to the [Duero Testnet](https://docs.oceanprotocol.com/concepts/testnets/#the-duero-testnet). |
|
||||||
| `kovan` | Runs a local node of the Kovan Network and connects to the [Kovan Testnet](https://docs.oceanprotocol.com/concepts/testnets/#kovan-testnet). |
|
| `nile` | Runs a local node of the Nile Network and connects to the [Nile Testnet](https://docs.oceanprotocol.com/concepts/testnets/#nile-testnet). |
|
||||||
|
| `kovan` | Runs a local node of the Kovan Network and connects to the [Kovan Testnet](https://docs.oceanprotocol.com/concepts/testnets/#kovan-testnet). |
|
||||||
|
|
||||||
### Secret Store
|
### Secret Store
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user