mirror of
https://github.com/oceanprotocol/docs.git
synced 2024-11-26 19:49:26 +01:00
GITBOOK-245: change request with no subject merged in GitBook
This commit is contained in:
parent
85e3953248
commit
bbd07c322e
@ -8,6 +8,26 @@ The core job of Aquarius is to continually look out for new metadata being creat
|
||||
|
||||
Aquarius has its own interface (API) that allows you to easily query this metadata. With Aquarius, you don't need to do the time-consuming task of scanning the data chains yourself. It offers you a convenient shortcut to the information you need. It's ideal for when you need a search feature within your Dapp.
|
||||
|
||||
### What does Aquarius do?
|
||||
|
||||
1. Acts as a cache: It stores metadata from multiple blockchains in off-chain in an Elasticsearch database.
|
||||
2. Monitors events: It continually checks for MetadataCreated and MetadataUpdated events, processing these events and updating them in the database.
|
||||
3. Offers easy query access: The Aquarius API provides a convenient method to access metadata without needing to scan the blockchain.
|
||||
4. Serves as an API: It provides a REST API that fetches data from the off-chain datastore.
|
||||
5. Features an EventsMonitor: This component runs continually to retrieve and index chain Metadata, saving results into an Elasticsearch database.
|
||||
6. Configurable components: The EventsMonitor has customizable features like the MetadataContract, Decryptor class, allowed publishers, purgatory settings, VeAllocate, start blocks, and more.
|
||||
|
||||
### How to run Aquarius?
|
||||
|
||||
We recommend checking the README in the [Aquarius GitHub repository](https://github.com/oceanprotocol/aquarius) for the steps to run the Aquarius. If you see any errors in the instructions, please open an issue within the GitHub repository. 
|
||||
|
||||
### What technology does Aquarius use?
|
||||
|
||||
* Python: This is the main programming language used in Aquarius.
|
||||
* Flask: This Python framework is used to construct the Aquarius API.
|
||||
* Elasticsearch: This is a search and analytics engine used for efficient data indexing and retrieval.
|
||||
* REST API: Aquarius uses this software architectural style for providing interoperability between computer systems on the internet.
|
||||
|
||||
### Postman documentation
|
||||
|
||||
Click [here](https://documenter.getpostman.com/view/2151723/UVkmQc7r) to explore the documentation and more examples in postman.
|
||||
|
@ -14,7 +14,7 @@ Liquidity pools and dynamic pricing used to be supported in previous versions of
|
||||
|
||||
4\. Go to field `20. balanceOf` and insert your ETH address. This will retrieve your pool share token balance in wei.
|
||||
|
||||
<figure><img src="../.gitbook/assets/liquidity/remove-liquidity-2 (1).png" alt=""><figcaption><p>Balance Of</p></figcaption></figure>
|
||||
<figure><img src="../.gitbook/assets/liquidity/remove-liquidity-2 (1) (1).png" alt=""><figcaption><p>Balance Of</p></figcaption></figure>
|
||||
|
||||
5\. Copy this number as later you will use it as the `poolAmountIn` parameter.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user