1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

add Aquarius & Brizo test instances, fetch API specs from it

This commit is contained in:
Matthias Kretschmann 2019-07-08 16:51:02 +02:00
parent 9bf9d8e467
commit 7f0543359a
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 13 additions and 7 deletions

View File

@ -48,12 +48,16 @@ There is a Pacific blockchain explorer at [https://submarine.oceanprotocol.com/]
There are several Ocean Protocol software components that are live, connected to the Pacific Network, and operated by BigchainDB GmbH:
- Secret Store at [https://secret-store.oceanprotocol.com](https://secret-store.oceanprotocol.com)
- Aquarius at [https://aquarius.commons.oceanprotocol.com](https://aquarius.commons.oceanprotocol.com)
- Brizo at [https://brizo.commons.oceanprotocol.com](https://brizo.commons.oceanprotocol.com)
- Commons Marketplace at [https://commons.oceanprotocol.com](https://commons.oceanprotocol.com)
- Faucet Server at [https://faucet.oceanprotocol.com](https://faucet.oceanprotocol.com)
- Token Bridge Frontend at [https://bridge.oceanprotocol.com/](https://bridge.oceanprotocol.com/)
| Component | URL |
| ---------------------- | ---------------------------------------------------------------------------------------- |
| Secret Store | [https://secret-store.oceanprotocol.com](https://secret-store.oceanprotocol.com) |
| Aquarius Test instance | [https://aquarius.test.oceanprotocol.com](https://aquarius.test.oceanprotocol.com) |
| Brizo Test instance | [https://brizo.test.oceanprotocol.com](https://brizo.test.oceanprotocol.com) |
| Aquarius for Commons | [https://aquarius.commons.oceanprotocol.com](https://aquarius.commons.oceanprotocol.com) |
| Brizo for Commons | [https://brizo.commons.oceanprotocol.com](https://brizo.commons.oceanprotocol.com) |
| Commons Marketplace | [https://commons.oceanprotocol.com](https://commons.oceanprotocol.com) |
| Faucet Server | [https://faucet.oceanprotocol.com](https://faucet.oceanprotocol.com) |
| Token Bridge Frontend | [https://bridge.oceanprotocol.com/](https://bridge.oceanprotocol.com/) |
> Internal note: The private "atlantic" repo documents the internal details of the Pacific Network in `networks/pacific/deployment.md`.

View File

@ -251,7 +251,9 @@ const createTypeDocPage = async (createPage, name, downloadUrl) => {
// https://github.com/swagger-api/swagger-js
const fetchSwaggerSpec = async name => {
try {
const client = await Swagger(`https://${name}.nile.dev-ocean.com/spec`)
const client = await Swagger(
`https://${name}.test.oceanprotocol.com/spec`
)
return client.spec // The resolved spec
// client.originalSpec // In case you need it