Added Huff ecosystem

This commit is contained in:
Curtis Spencer
2022-07-21 21:49:23 -07:00
parent 96bbbc081d
commit f778cab49f
2 changed files with 47 additions and 0 deletions

View File

@@ -251,6 +251,7 @@ sub_ecosystems = [
"Helena", "Helena",
"Hifi Finance", "Hifi Finance",
"Hop Protocol", "Hop Protocol",
"Huff",
"Hydro Protocol", "Hydro Protocol",
"IDChain", "IDChain",
"IDEX", "IDEX",

View File

@@ -0,0 +1,46 @@
# Ecosystem Level Information
title = "Huff"
sub_ecosystems = []
github_organizations = ["https://github.com/huff-language"]
# Repositories
[[repo]]
url = "https://github.com/huff-language/foundry-huff"
[[repo]]
url = "https://github.com/huff-language/hardhat-huff"
[[repo]]
url = "https://github.com/huff-language/huff-breakage"
[[repo]]
url = "https://github.com/huff-language/huff-debug"
[[repo]]
url = "https://github.com/huff-language/huff-docs"
[[repo]]
url = "https://github.com/huff-language/huff-examples"
[[repo]]
url = "https://github.com/huff-language/huff-project-template"
[[repo]]
url = "https://github.com/huff-language/huff-rs"
[[repo]]
url = "https://github.com/huff-language/huff-toolchain"
[[repo]]
url = "https://github.com/huff-language/huff-web"
[[repo]]
url = "https://github.com/huff-language/huffc"
[[repo]]
url = "https://github.com/huff-language/huffers"
[[repo]]
url = "https://github.com/huff-language/vscode-huff"