From b67dc71180ec70c48fe57255e905896523d4da82 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Tue, 4 Feb 2020 13:35:13 -0800 Subject: [PATCH] Added more Cartesi repos --- data/ecosystems/c/cartesi.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/data/ecosystems/c/cartesi.toml b/data/ecosystems/c/cartesi.toml index 26da7109..44d7148f 100644 --- a/data/ecosystems/c/cartesi.toml +++ b/data/ecosystems/c/cartesi.toml @@ -12,6 +12,15 @@ url = "https://github.com/cartesi/arbitration-dlib" [[repo]] url = "https://github.com/cartesi/blockchain-node" +[[repo]] +url = "https://github.com/cartesi/creepts-backend" + +[[repo]] +url = "https://github.com/cartesi/creepts-dapp" + +[[repo]] +url = "https://github.com/cartesi/creepts-game" + [[repo]] url = "https://github.com/cartesi/demo" @@ -33,6 +42,9 @@ url = "https://github.com/cartesi/image-rootfs" [[repo]] url = "https://github.com/cartesi/image-toolchain" +[[repo]] +url = "https://github.com/cartesi/logger-dlib" + [[repo]] url = "https://github.com/cartesi/machine-emulator" @@ -68,3 +80,6 @@ url = "https://github.com/cartesi/rust-web3" [[repo]] url = "https://github.com/cartesi/solidity-util" + +[[repo]] +url = "https://github.com/cartesi/tournament-dlib"