From b19771c32f3eb299767182703f9f3af9df0ef84f Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Thu, 12 Nov 2020 07:54:16 -0800 Subject: [PATCH] Added Perun ecosystem. --- data/ecosystems/p/perun.toml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 data/ecosystems/p/perun.toml diff --git a/data/ecosystems/p/perun.toml b/data/ecosystems/p/perun.toml new file mode 100644 index 00000000..9fb4f013 --- /dev/null +++ b/data/ecosystems/p/perun.toml @@ -0,0 +1,34 @@ +# Ecosystem Level Information +title = "Perun" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/perun-network"] + +# Repositories +[[repo]] +url = "https://github.com/perun-network/contracts-eth" + +[[repo]] +url = "https://github.com/perun-network/erdstall" + +[[repo]] +url = "https://github.com/perun-network/eth-bonus-exercise" + +[[repo]] +url = "https://github.com/perun-network/ganache" + +[[repo]] +url = "https://github.com/perun-network/go-perun" + +[[repo]] +url = "https://github.com/perun-network/perun-eth-demo" + +[[repo]] +url = "https://github.com/perun-network/perun-eth-mobile" + +[[repo]] +url = "https://github.com/perun-network/perun-payment-channels" + +[[repo]] +url = "https://github.com/perun-network/slate"