From b35639a05d6250a5197e228f9c76809e979ee39d Mon Sep 17 00:00:00 2001 From: john-bcw <95898587+john-bcw@users.noreply.github.com> Date: Mon, 20 Nov 2023 11:23:06 -0500 Subject: [PATCH] Add Arkhia and HNS, Update Hashport (#656) --- data/ecosystems/a/arkhia.toml | 13 +++++++++++++ data/ecosystems/h/hashport.toml | 3 +++ data/ecosystems/h/hedera-name-service.toml | 13 +++++++++++++ data/ecosystems/h/hedera.toml | 2 ++ 4 files changed, 31 insertions(+) create mode 100644 data/ecosystems/a/arkhia.toml create mode 100644 data/ecosystems/h/hedera-name-service.toml diff --git a/data/ecosystems/a/arkhia.toml b/data/ecosystems/a/arkhia.toml new file mode 100644 index 0000000000..50bd864f99 --- /dev/null +++ b/data/ecosystems/a/arkhia.toml @@ -0,0 +1,13 @@ +# Ecosystem Level Information +title = "Arkhia" + +sub_ecosystems = [] + +github_organizations = [] + +# Repositories +[[repo]] +url = "https://github.com/BCWResearch/arkhia-playground" + +[[repo]] +url = "https://github.com/BCWResearch/arkhia-quickstart" \ No newline at end of file diff --git a/data/ecosystems/h/hashport.toml b/data/ecosystems/h/hashport.toml index bc5b332eff..89bc6663c4 100644 --- a/data/ecosystems/h/hashport.toml +++ b/data/ecosystems/h/hashport.toml @@ -11,3 +11,6 @@ url = "https://github.com/LimeChain/hashport-contracts" [[repo]] url = "https://github.com/LimeChain/hashport-validator" + +[[repo]] +url = "https://github.com/BCWResearch/hashport-framework" \ No newline at end of file diff --git a/data/ecosystems/h/hedera-name-service.toml b/data/ecosystems/h/hedera-name-service.toml new file mode 100644 index 0000000000..30042ebdc6 --- /dev/null +++ b/data/ecosystems/h/hedera-name-service.toml @@ -0,0 +1,13 @@ +# Ecosystem Level Information +title = "Hedera Name Service" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/hedera-name-service"] + +# Repositories +[[repo]] +url = "https://github.com/hedera-name-service/hns-resolution-sdk" + +[[repo]] +url = "https://github.com/hedera-name-service/hns-docs" \ No newline at end of file diff --git a/data/ecosystems/h/hedera.toml b/data/ecosystems/h/hedera.toml index 447d9e060e..9294ef7199 100644 --- a/data/ecosystems/h/hedera.toml +++ b/data/ecosystems/h/hedera.toml @@ -2,6 +2,7 @@ title = "Hedera" sub_ecosystems = [ + "Arkhia", "Blade Labs", "BubbleSwap", "Buidler Labs", @@ -9,6 +10,7 @@ sub_ecosystems = [ "Calaxy", "DOVU", "EnergyTrade", + "Hedera Name Service", "HashGuild", "Hashport", "Heliswap",