From 60038422a2d973b8d7176dc0e282ed89144a6883 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Fri, 27 Sep 2019 13:43:49 -0700 Subject: [PATCH] Added Ambients Protocol. --- data/ecosystems/a/ambients.toml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 data/ecosystems/a/ambients.toml diff --git a/data/ecosystems/a/ambients.toml b/data/ecosystems/a/ambients.toml new file mode 100644 index 00000000..3250a21d --- /dev/null +++ b/data/ecosystems/a/ambients.toml @@ -0,0 +1,25 @@ +# Ecosystem Level Information +title = "Ambients" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/ambientsprotocol"] + +# Repositories +[[repo]] +url = "https://github.com/ambientsprotocol/ambients.org" + +[[repo]] +url = "https://github.com/ambientsprotocol/encoding-examples" + +[[repo]] +url = "https://github.com/ambientsprotocol/research-ambients" + +[[repo]] +url = "https://github.com/ambientsprotocol/specs" + +[[repo]] +url = "https://github.com/ambientsprotocol/welcome" + +[[repo]] +url = "https://github.com/ambientsprotocol/whitepaper"