-
-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #421 from hummingbot/release-notes-2.2.0
release notes 2.2.0
- Loading branch information
Showing
21 changed files
with
482 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,34 +6,30 @@ Welcome to the official website and documentation for Hummingbot and the Humming | |
|
||
This documentation site uses [MkDocs](https://www.mkdocs.org/) documentation-focused static site engine, along with [Material for MkDocs](https://squidfunk.github.io/mkdocs-material/) theme, of which Hummingbot is a proud sponsor. | ||
|
||
The deployed site at https://hummingbot.org uses the [Insiders build](https://squidfunk.github.io/mkdocs-material/insiders/) of MkDocs-Material, which features experimental features like tags and social cards. For site editors, please request access to the CoinAlpha fork of the Insiders repo, so that you can deploy the site in your local development environment and Netlify. | ||
The deployed site at https://hummingbot.org uses the [Insiders build](https://squidfunk.github.io/mkdocs-material/insiders/) of MkDocs-Material, which features experimental features like tags and social cards. | ||
|
||
Create new `hummingbot-site` conda environment: | ||
``` | ||
conda create -n hummingbot-site | ||
- pip: | ||
- git+ssh://[email protected]/hummingbot/mkdocs-material-insiders | ||
``` | ||
|
||
Activate new environment: | ||
``` | ||
conda activate hummingbot-site | ||
Create and activate new `hummingbot-site` conda environment using the environment file: | ||
```bash | ||
conda env create -f environment.yml | ||
``` | ||
|
||
Install `pip`: | ||
For core site editors, please request access to the Insiders repo, so that you can deploy the site in your local development environment. You also comment out the following lines in `environment.yml`: | ||
|
||
``` | ||
conda install pip | ||
- pip: | ||
- git+ssh://[email protected]/hummingbot/mkdocs-material-insiders | ||
``` | ||
|
||
Install dependencies: | ||
Activate the environment: | ||
```bash | ||
pip install git+ssh://[email protected]/hummingbot/mkdocs-material-insiders # fetch via SSH | ||
# pip install git+https://github.com/hummingbot/mkdocs-material-insiders.git # fetch via SSH | ||
pip install mkdocs-git-revision-date-plugin mkdocs-charts-plugin mkdocs-table-reader-plugin | ||
pip install pillow cairosvg | ||
conda activate hummingbot-site | ||
``` | ||
|
||
## Running local site | ||
|
||
Run site locally at http://localhost:8000: | ||
```bash | ||
mkdocs serve | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
## 📁 Connector Info | ||
|
||
* Folder: [/gateway/src/chains/solana](https://github.com/hummingbot/gateway/tree/development/src/chains/solana) | ||
* Configs: [/gateway/src/templates/solana.yml](https://github.com/hummingbot/gateway/tree/development/src/templates/solana.yml) | ||
|
||
## ℹ️ Chain Info | ||
|
||
* Website: <https://solana.com/> | ||
* Block Explorer: <https://solscan.io/> | ||
* CoinMarketCap: <https://coinmarketcap.com/currencies/solana/> | ||
* CoinGecko: <https://www.coingecko.com/en/coins/solana> | ||
|
||
## 🕸️ Supported Networks | ||
|
||
| Network | Type | | ||
|---------|---------| | ||
| `mainnet-beta` | mainnet | | ||
| `devnet` | testnet | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.