From da91f5a71c5efadffc9c18c9a583ad421a18779d Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Wed, 4 Nov 2020 10:29:33 -0800 Subject: [PATCH] Added State Channels --- data/ecosystems/s/state-channels.toml | 40 +++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 data/ecosystems/s/state-channels.toml diff --git a/data/ecosystems/s/state-channels.toml b/data/ecosystems/s/state-channels.toml new file mode 100644 index 00000000..58cffc24 --- /dev/null +++ b/data/ecosystems/s/state-channels.toml @@ -0,0 +1,40 @@ +# Ecosystem Level Information +title = "State Channels" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/statechannels"] + +# Repositories +[[repo]] +url = "https://github.com/statechannels/apps" + +[[repo]] +url = "https://github.com/statechannels/native-utils" + +[[repo]] +url = "https://github.com/statechannels/nitro-protocol" + +[[repo]] +url = "https://github.com/statechannels/nitro-tutorial" + +[[repo]] +url = "https://github.com/statechannels/old-website" + +[[repo]] +url = "https://github.com/statechannels/research.statechannels.org" + +[[repo]] +url = "https://github.com/statechannels/solidoc" + +[[repo]] +url = "https://github.com/statechannels/statechannels" + +[[repo]] +url = "https://github.com/statechannels/tla-specs" + +[[repo]] +url = "https://github.com/statechannels/wallet-specs" + +[[repo]] +url = "https://github.com/statechannels/website"