mirror of
https://github.com/aljazceru/crypto-ecosystems.git
synced 2025-12-17 05:34:20 +01:00
Added Huff ecosystem
This commit is contained in:
@@ -251,6 +251,7 @@ sub_ecosystems = [
|
||||
"Helena",
|
||||
"Hifi Finance",
|
||||
"Hop Protocol",
|
||||
"Huff",
|
||||
"Hydro Protocol",
|
||||
"IDChain",
|
||||
"IDEX",
|
||||
|
||||
46
data/ecosystems/h/huff.toml
Normal file
46
data/ecosystems/h/huff.toml
Normal 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"
|
||||
Reference in New Issue
Block a user