From 0c9fa952abeed3ac9b59a5aadeb8e55262058615 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Fri, 24 Jan 2020 12:43:15 -0800 Subject: [PATCH] Added Klaytn related repos (caver, etc.) --- data/ecosystems/k/klaytn.toml | 46 +++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 data/ecosystems/k/klaytn.toml diff --git a/data/ecosystems/k/klaytn.toml b/data/ecosystems/k/klaytn.toml new file mode 100644 index 00000000..9f27bcee --- /dev/null +++ b/data/ecosystems/k/klaytn.toml @@ -0,0 +1,46 @@ +# Ecosystem Level Information +title = "Klaytn" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/klaytn"] + +# Repositories +[[repo]] +url = "https://github.com/klaytn/caver-java" + +[[repo]] +url = "https://github.com/klaytn/caver-js" + +[[repo]] +url = "https://github.com/klaytn/countbapp" + +[[repo]] +url = "https://github.com/klaytn/enterprise_proxy" + +[[repo]] +url = "https://github.com/klaytn/enterprise_proxy_lite" + +[[repo]] +url = "https://github.com/klaytn/homebrew-klaytn" + +[[repo]] +url = "https://github.com/klaytn/kips" + +[[repo]] +url = "https://github.com/klaytn/klaystagram" + +[[repo]] +url = "https://github.com/klaytn/klaytn" + +[[repo]] +url = "https://github.com/klaytn/klaytn-integration-tests" + +[[repo]] +url = "https://github.com/klaytn/klaytn-tests" + +[[repo]] +url = "https://github.com/klaytn/klaytnwallet" + +[[repo]] +url = "https://github.com/klaytn/xgo"