diff --git a/SUMMARY.md b/SUMMARY.md index fb86d16f..13fb8c3b 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -51,9 +51,9 @@ * [Storage Specifications](developers/storage.md) * [Fine-Grained Permissions](developers/fg-permissions.md) * [Retrieve datatoken/data NFT addresses & Chain ID](developers/retrieve-datatoken-address.md) + * [Get API Keys for Blockchain Access](developers/get-api-keys-for-blockchain-access.md) * [Barge](developers/barge/README.md) * [Local Setup](developers/barge/local-setup-ganache.md) - * [Obtaining API Keys for Blockchain Access](developers/obtaining-api-keys-for-blockchain-access.md) * [Build a Marketplace](developers/build-a-marketplace/README.md) * [Forking Ocean Market](developers/build-a-marketplace/forking-ocean-market.md) * [Customising a Market](developers/build-a-marketplace/customising-your-market.md) diff --git a/developers/barge/local-setup-ganache.md b/developers/barge/local-setup-ganache.md index 99efd979..feb138ad 100644 --- a/developers/barge/local-setup-ganache.md +++ b/developers/barge/local-setup-ganache.md @@ -6,24 +6,17 @@ description: 🧑🏽💻 Your Local Development Environment for Ocean Protoc **Functionalities of Barge** -Barge offers several functionalities that enable developers to create and test the Ocean Protocol infrastructure efficiently. Here its key components: +Barge offers several functionalities that enable developers to create and test the Ocean Protocol infrastructure efficiently. Here are its key components: -| Functionality | Description | -| ------------------------- | ----------------------------------------------------------------------------------------------------------------- | -| Aquarius | A metadata storage and retrieval service for Ocean Protocol. Allows indexing and querying of metadata. | -| Provider | A service that facilitates interaction between users and the Ocean Protocol network. | -| Ganache | A local Ethereum blockchain network for testing and development purposes. | -| TheGraph | A decentralized indexing and querying protocol used for building subgraphs in Ocean Protocol. | -| ocean-contracts | Smart contracts repository for Ocean Protocol. Deploys and manages the necessary contracts for local development. | -| Customization and Options | Barge provides various options to customize component versions, log levels, and enable/disable specific blocks. | +
Functionality | Description |
---|---|
Aquarius | A metadata storage and retrieval service for Ocean Protocol. Allows indexing and querying of metadata. |
Provider | A service that facilitates interaction between users and the Ocean Protocol network. |
Ganache | A local Ethereum blockchain network for testing and development purposes. |
TheGraph | A decentralized indexing and querying protocol used for building subgraphs in Ocean Protocol. |
ocean-contracts | Smart contracts repository for Ocean Protocol. Deploys and manages the necessary contracts for local development. |
Customization and Options | Barge provides various options to customize component versions, log levels, and enable/disable specific blocks. |