Updated wallets page
Before Width: | Height: | Size: 63 KiB |
BIN
.gitbook/assets/covers/wallets.png
Normal file
After Width: | Height: | Size: 32 KiB |
Before Width: | Height: | Size: 82 KiB |
Before Width: | Height: | Size: 75 KiB |
Before Width: | Height: | Size: 78 KiB After Width: | Height: | Size: 78 KiB |
Before Width: | Height: | Size: 98 KiB After Width: | Height: | Size: 98 KiB |
Before Width: | Height: | Size: 75 KiB After Width: | Height: | Size: 75 KiB |
Before Width: | Height: | Size: 50 KiB After Width: | Height: | Size: 50 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 80 KiB |
Before Width: | Height: | Size: 146 KiB |
Before Width: | Height: | Size: 111 KiB |
Before Width: | Height: | Size: 226 KiB |
Before Width: | Height: | Size: 149 KiB |
@ -36,7 +36,7 @@
|
||||
* [Data Farming Background](rewards/df-background.md)
|
||||
* [Emissions & APYs](rewards/emissions-apys.md)
|
||||
* [Rewards Tutorial](rewards/veOcean-Data-Farming-Tutorial.md)
|
||||
* [👨💻 👨💻 Developers](developers/README.md)
|
||||
* [👨💻 Developers](developers/README.md)
|
||||
* [Core concepts](developers/core-concepts/README.md)
|
||||
* [Architecture Overview](developers/core-concepts/architecture.md)
|
||||
* [Data NFTs and Datatokens](developers/core-concepts/datanft-and-datatoken.md)
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
description: Fundamental knowledge of using ERC-20 wallets.
|
||||
cover: ../.gitbook/assets/wallet-basics.png
|
||||
cover: ../.gitbook/assets/covers/wallets.png
|
||||
coverY: 0
|
||||
---
|
||||
|
||||
|
@ -18,25 +18,25 @@ Go to [https://www.digitalocean.com/](https://www.digitalocean.com/) and create
|
||||
|
||||
Click on **`Create`** button and choose **`Droplets`** options from dropdown.
|
||||
|
||||
![Server Setup](../.gitbook/assets/server-setup/image.png)
|
||||
![Server Setup](../.gitbook/assets/server-setup/server-setup1.png)
|
||||
|
||||
#### Configure droplet
|
||||
|
||||
Select Ubuntu OS and choose a plan. The required CPU, Memory depends on the number of requests Aquarius is expected to serve.
|
||||
|
||||
![Configure droplet](<../.gitbook/assets/server-setup/image (8).png>)
|
||||
![Configure droplet](../.gitbook/assets/server-setup/server-setup2.png)
|
||||
|
||||
Also, select the region where you want Aquarius to be hosted and a root password.
|
||||
|
||||
![Select region](<../.gitbook/assets/server-setup/image (10).png>)
|
||||
![Select region](../.gitbook/assets/server-setup/server-setup3.png)
|
||||
|
||||
![Click create Droplet](<../.gitbook/assets/server-setup/image (7).png>)
|
||||
![Click create Droplet](../.gitbook/assets/server-setup/server-setup4.png)
|
||||
|
||||
Finalize the parameters for the server, click on `Create Droplet.` After the server is ready, select the `Access console` option from the dropdown.
|
||||
|
||||
![Click access console](<../.gitbook/assets/server-setup/image (3).png>)
|
||||
![Click access console](../.gitbook/assets/server-setup/server-setup5.png)
|
||||
|
||||
![Click launch Droplet console](../.gitbook/assets/image%20\(9\).png)
|
||||
![Click launch Droplet console](../.gitbook/assets/server-setup/server-setup6.png)
|
||||
|
||||
A window will open with a terminal session. Now, the required infrastructure is ready for hosting Aquarius, Provider or the Subgraph. Let's install docker and docker-compose on the server. Follow the installation guide [here](https://docs.docker.com/engine/install/ubuntu/).
|
||||
|
||||
|