From ad38f9d2c2fdf2c6aa82861ddd5223a78eb651ac Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Sat, 10 Aug 2019 12:22:31 -0700 Subject: [PATCH] Various Updates to Ecosystems and Repos. --- data/ecosystems/a/aergo.toml | 6 + data/ecosystems/a/airgap.toml | 6 + data/ecosystems/a/arbitrum.toml | 3 + data/ecosystems/a/arcblock.toml | 12 + data/ecosystems/a/arqma.toml | 3 + data/ecosystems/b/blockmason-link.toml | 6 + data/ecosystems/c/consensys.toml | 9 + data/ecosystems/d/dtube.toml | 6 + data/ecosystems/d/dusk-network.toml | 3 + data/ecosystems/e/editional.toml | 3 + data/ecosystems/e/enigma.toml | 3 + data/ecosystems/e/esteem.toml | 3 + data/ecosystems/e/ethereum-name-service.toml | 3 + data/ecosystems/e/ethfinex-voting-dapp.toml | 3 + data/ecosystems/f/filecoin.toml | 3 + data/ecosystems/g/goldcoin.toml | 3 + data/ecosystems/g/grin.toml | 57 ++ data/ecosystems/i/interledger.toml | 55 +- data/ecosystems/i/iota.toml | 833 +++++++++++++++++- data/ecosystems/i/iotex.toml | 3 + data/ecosystems/k/kauri.toml | 3 + data/ecosystems/k/kittiefight.toml | 3 + data/ecosystems/l/litemint.toml | 22 + data/ecosystems/n/nash-exchange.toml | 164 +++- data/ecosystems/p/paxos-standard-token.toml | 3 + data/ecosystems/q/qwertycoin.toml | 12 + data/ecosystems/r/rchain.toml | 3 + data/ecosystems/r/remme.toml | 3 + .../ecosystems/s/santiment-network-token.toml | 9 + data/ecosystems/s/seele.toml | 6 + data/ecosystems/s/settle.toml | 3 + data/ecosystems/s/solana.toml | 3 + data/ecosystems/s/steem.toml | 339 +++++++ data/ecosystems/t/tierion.toml | 18 + data/ecosystems/t/totle.toml | 3 + data/ecosystems/u/unlimitedtower.toml | 3 + data/ecosystems/u/utrust.toml | 3 + data/ecosystems/v/v-systems.toml | 3 + 38 files changed, 1622 insertions(+), 4 deletions(-) create mode 100644 data/ecosystems/l/litemint.toml diff --git a/data/ecosystems/a/aergo.toml b/data/ecosystems/a/aergo.toml index 93768dd6..32eb1ad1 100644 --- a/data/ecosystems/a/aergo.toml +++ b/data/ecosystems/a/aergo.toml @@ -30,9 +30,15 @@ url = "https://github.com/aergoio/aergo-protobuf" [[repo]] url = "https://github.com/aergoio/aergo-web-example-project" +[[repo]] +url = "https://github.com/aergoio/aips" + [[repo]] url = "https://github.com/aergoio/ARC1Token" +[[repo]] +url = "https://github.com/aergoio/ARC2NFT" + [[repo]] url = "https://github.com/aergoio/athena" diff --git a/data/ecosystems/a/airgap.toml b/data/ecosystems/a/airgap.toml index 19f786e4..6a75cb72 100644 --- a/data/ecosystems/a/airgap.toml +++ b/data/ecosystems/a/airgap.toml @@ -6,6 +6,9 @@ sub_ecosystems = [] github_organizations = ["https://github.com/airgap-it"] # Repositories +[[repo]] +url = "https://github.com/airgap-it/abi-decoder" + [[repo]] url = "https://github.com/airgap-it/AEXs" @@ -33,6 +36,9 @@ url = "https://github.com/airgap-it/airgap-wallet" [[repo]] url = "https://github.com/airgap-it/airgap-web-signer" +[[repo]] +url = "https://github.com/airgap-it/bitgo-utxo-lib" + [[repo]] url = "https://github.com/airgap-it/blockies" diff --git a/data/ecosystems/a/arbitrum.toml b/data/ecosystems/a/arbitrum.toml index 7ab805e7..50431f9a 100644 --- a/data/ecosystems/a/arbitrum.toml +++ b/data/ecosystems/a/arbitrum.toml @@ -33,6 +33,9 @@ url = "https://github.com/OffchainLabs/arb-web3-provider" [[repo]] url = "https://github.com/OffchainLabs/arbc-solidity" +[[repo]] +url = "https://github.com/OffchainLabs/arbitrum" + [[repo]] url = "https://github.com/OffchainLabs/augur" diff --git a/data/ecosystems/a/arcblock.toml b/data/ecosystems/a/arcblock.toml index 5460a81b..a750e92c 100644 --- a/data/ecosystems/a/arcblock.toml +++ b/data/ecosystems/a/arcblock.toml @@ -87,12 +87,18 @@ url = "https://github.com/ArcBlock/ex_abci_proto" [[repo]] url = "https://github.com/ArcBlock/forge-abi" +[[repo]] +url = "https://github.com/ArcBlock/forge-cli" + [[repo]] url = "https://github.com/ArcBlock/forge-dapp-starters" [[repo]] url = "https://github.com/ArcBlock/forge-demo" +[[repo]] +url = "https://github.com/ArcBlock/forge-docs" + [[repo]] url = "https://github.com/ArcBlock/forge-elixir-sdk" @@ -111,6 +117,9 @@ url = "https://github.com/ArcBlock/forge-python-sdk" [[repo]] url = "https://github.com/ArcBlock/forge-react-starter" +[[repo]] +url = "https://github.com/ArcBlock/grpc-builder" + [[repo]] url = "https://github.com/ArcBlock/java-code-styles" @@ -153,6 +162,9 @@ url = "https://github.com/ArcBlock/open-assets-protocol" [[repo]] url = "https://github.com/ArcBlock/parity-ethereum" +[[repo]] +url = "https://github.com/ArcBlock/rule-parser" + [[repo]] url = "https://github.com/ArcBlock/utility_belt" diff --git a/data/ecosystems/a/arqma.toml b/data/ecosystems/a/arqma.toml index aa9aa9f7..e3ae2940 100644 --- a/data/ecosystems/a/arqma.toml +++ b/data/ecosystems/a/arqma.toml @@ -12,6 +12,9 @@ url = "https://github.com/arqma/arqma" [[repo]] url = "https://github.com/arqma/arqma-android-wallet" +[[repo]] +url = "https://github.com/arqma/arqma-burn" + [[repo]] url = "https://github.com/arqma/arqma-electron-wallet" diff --git a/data/ecosystems/b/blockmason-link.toml b/data/ecosystems/b/blockmason-link.toml index 76a6b6ad..b66f70f9 100644 --- a/data/ecosystems/b/blockmason-link.toml +++ b/data/ecosystems/b/blockmason-link.toml @@ -51,6 +51,12 @@ url = "https://github.com/blockmason/hexo-migrator-medium.com" [[repo]] url = "https://github.com/blockmason/java.docker" +[[repo]] +url = "https://github.com/blockmason/link-gochain-onboarding" + +[[repo]] +url = "https://github.com/blockmason/link-onboarding" + [[repo]] url = "https://github.com/blockmason/link-sdk.java" diff --git a/data/ecosystems/c/consensys.toml b/data/ecosystems/c/consensys.toml index 5a028072..d3b2bde9 100644 --- a/data/ecosystems/c/consensys.toml +++ b/data/ecosystems/c/consensys.toml @@ -12,6 +12,12 @@ url = "https://github.com/ConsenSys/0x-audit-report-2018-12" [[repo]] url = "https://github.com/ConsenSys/0x-audit-report-2019-05" +[[repo]] +url = "https://github.com/ConsenSys/0x-monorepo" + +[[repo]] +url = "https://github.com/ConsenSys/0x-monorepo-please-delete" + [[repo]] url = "https://github.com/ConsenSys/0x-review" @@ -723,6 +729,9 @@ url = "https://github.com/ConsenSys/sdo-training" [[repo]] url = "https://github.com/ConsenSys/security-workshop-for-devs" +[[repo]] +url = "https://github.com/ConsenSys/security-workshop-for-hackers" + [[repo]] url = "https://github.com/ConsenSys/SensuiMod" diff --git a/data/ecosystems/d/dtube.toml b/data/ecosystems/d/dtube.toml index 2bb220b4..5ccd0708 100644 --- a/data/ecosystems/d/dtube.toml +++ b/data/ecosystems/d/dtube.toml @@ -74,3 +74,9 @@ url = "https://github.com/dtube/token" [[repo]] url = "https://github.com/dtube/webtorrent-desktop" + +[[repo]] +url = "https://github.com/powerpoint45/dtube-mobile-unofficial" + +[[repo]] +url = "https://github.com/skzap/embedtube" diff --git a/data/ecosystems/d/dusk-network.toml b/data/ecosystems/d/dusk-network.toml index 58555e8e..86120ecd 100644 --- a/data/ecosystems/d/dusk-network.toml +++ b/data/ecosystems/d/dusk-network.toml @@ -9,6 +9,9 @@ github_organizations = ["https://github.com/dusk-network"] [[repo]] url = "https://github.com/dusk-network/bn256" +[[repo]] +url = "https://github.com/dusk-network/bulletproofs" + [[repo]] url = "https://github.com/dusk-network/dusk-blindbidproof" diff --git a/data/ecosystems/e/editional.toml b/data/ecosystems/e/editional.toml index 4190111b..9383cd5e 100644 --- a/data/ecosystems/e/editional.toml +++ b/data/ecosystems/e/editional.toml @@ -9,6 +9,9 @@ github_organizations = ["https://github.com/Vaultio"] [[repo]] url = "https://github.com/Vaultio/EtherKit" +[[repo]] +url = "https://github.com/Vaultio/schemats" + [[repo]] url = "https://github.com/Vaultio/swift-style-guide" diff --git a/data/ecosystems/e/enigma.toml b/data/ecosystems/e/enigma.toml index bbdab0ce..64c852a2 100644 --- a/data/ecosystems/e/enigma.toml +++ b/data/ecosystems/e/enigma.toml @@ -15,6 +15,9 @@ url = "https://github.com/enigmampc/catalyst-docs" [[repo]] url = "https://github.com/enigmampc/catalystweb" +[[repo]] +url = "https://github.com/enigmampc/coinjoin-poc" + [[repo]] url = "https://github.com/enigmampc/discovery-cli" diff --git a/data/ecosystems/e/esteem.toml b/data/ecosystems/e/esteem.toml index fbba1006..052d9fb7 100644 --- a/data/ecosystems/e/esteem.toml +++ b/data/ecosystems/e/esteem.toml @@ -6,6 +6,9 @@ sub_ecosystems = [] github_organizations = ["https://github.com/esteemapp"] # Repositories +[[repo]] +url = "https://github.com/esteem8app/esteem8app.github.io" + [[repo]] url = "https://github.com/esteemapp/apps" diff --git a/data/ecosystems/e/ethereum-name-service.toml b/data/ecosystems/e/ethereum-name-service.toml index 43bf2e8a..b5c7da87 100644 --- a/data/ecosystems/e/ethereum-name-service.toml +++ b/data/ecosystems/e/ethereum-name-service.toml @@ -54,6 +54,9 @@ url = "https://github.com/ensdomains/ens-subgraph" [[repo]] url = "https://github.com/ensdomains/ens.domains" +[[repo]] +url = "https://github.com/ensdomains/enscluster" + [[repo]] url = "https://github.com/ensdomains/ensjs" diff --git a/data/ecosystems/e/ethfinex-voting-dapp.toml b/data/ecosystems/e/ethfinex-voting-dapp.toml index 8bade1c3..332ecf38 100644 --- a/data/ecosystems/e/ethfinex-voting-dapp.toml +++ b/data/ecosystems/e/ethfinex-voting-dapp.toml @@ -18,6 +18,9 @@ url = "https://github.com/ethfinex/community-gateway" [[repo]] url = "https://github.com/ethfinex/efx-api-node" +[[repo]] +url = "https://github.com/ethfinex/efx-trustless-data" + [[repo]] url = "https://github.com/ethfinex/efx-trustless-vol" diff --git a/data/ecosystems/f/filecoin.toml b/data/ecosystems/f/filecoin.toml index 506656e4..7f59b81a 100644 --- a/data/ecosystems/f/filecoin.toml +++ b/data/ecosystems/f/filecoin.toml @@ -81,6 +81,9 @@ url = "https://github.com/filecoin-project/lua-filecoin" [[repo]] url = "https://github.com/filecoin-project/merkle_light" +[[repo]] +url = "https://github.com/filecoin-project/orient" + [[repo]] url = "https://github.com/filecoin-project/pairing" diff --git a/data/ecosystems/g/goldcoin.toml b/data/ecosystems/g/goldcoin.toml index 438bfb77..4b41d2d2 100644 --- a/data/ecosystems/g/goldcoin.toml +++ b/data/ecosystems/g/goldcoin.toml @@ -21,6 +21,9 @@ url = "https://github.com/goldcoin/goldcoin-android" [[repo]] url = "https://github.com/goldcoin/goldcoin-detached-sigs" +[[repo]] +url = "https://github.com/goldcoin/goldcoin-rbh" + [[repo]] url = "https://github.com/goldcoin/goldcoin-rbh-wallet" diff --git a/data/ecosystems/g/grin.toml b/data/ecosystems/g/grin.toml index 8b318e59..50cf4d99 100644 --- a/data/ecosystems/g/grin.toml +++ b/data/ecosystems/g/grin.toml @@ -6,6 +6,21 @@ sub_ecosystems = [] github_organizations = ["https://github.com/cyclefortytwo", "https://github.com/mimblewimble", "https://github.com/vault713"] # Repositories +[[repo]] +url = "https://github.com/antiochp/grin-keybase-wallet" + +[[repo]] +url = "https://github.com/antiochp/grin-recon" + +[[repo]] +url = "https://github.com/antiochp/grin-vagrant" + +[[repo]] +url = "https://github.com/BloddyBaron/Vault712" + +[[repo]] +url = "https://github.com/comodal/docker-grin" + [[repo]] url = "https://github.com/cyclefortytwo/croaring-rs" @@ -61,10 +76,37 @@ url = "https://github.com/cyclefortytwo/trezor-crypto" [[repo]] url = "https://github.com/cyclefortytwo/yourowncryp.to" +[[repo]] +url = "https://github.com/dblokhin/gringo" + +[[repo]] +url = "https://github.com/ETCDEVTeam/grinaddr.sh" + +[[repo]] +url = "https://github.com/gigglewallet/giggle" + +[[repo]] +url = "https://github.com/gottstech/archived-cocoa_grinwallet" + +[[repo]] +url = "https://github.com/gottstech/cocoa_grinwallet" + +[[repo]] +url = "https://github.com/gottstech/grinwallet-nodejs" + [[repo]] url = "https://github.com/grinfans/Niffler" tags = ["Wallet"] +[[repo]] +url = "https://github.com/jackzhp/grin-java" + +[[repo]] +url = "https://github.com/michaeldzjap/grin-docker" + +[[repo]] +url = "https://github.com/Mikerah/awesome-privacy-on-blockchains" + [[repo]] url = "https://github.com/mimblewimble/cuckoo" @@ -121,6 +163,18 @@ url = "https://github.com/mimblewimble/seeder" [[repo]] url = "https://github.com/mimblewimble/site" +[[repo]] +url = "https://github.com/nijynot/grin-client-js" + +[[repo]] +url = "https://github.com/nijynot/grin-ql-js" + +[[repo]] +url = "https://github.com/sesam/grin-pages" + +[[repo]] +url = "https://github.com/taw00/grin-rpm" + [[repo]] url = "https://github.com/vault713/grin" @@ -145,3 +199,6 @@ tags = ["Wallet"] [[repo]] url = "https://github.com/vault713/ws-rs" + +[[repo]] +url = "https://github.com/zkirill/gringo" diff --git a/data/ecosystems/i/interledger.toml b/data/ecosystems/i/interledger.toml index 88d5df4a..1cb3a4f4 100644 --- a/data/ecosystems/i/interledger.toml +++ b/data/ecosystems/i/interledger.toml @@ -3,7 +3,7 @@ title = "Interledger" sub_ecosystems = [] -github_organizations = ["https://github.com/interledger", "https://github.com/interledgerjs"] +github_organizations = ["https://github.com/interledger", "https://github.com/interledgerjs", "https://github.com/Kava-Labs"] # Repositories [[repo]] @@ -31,7 +31,7 @@ url = "https://github.com/dora-gt/ilp-materials" url = "https://github.com/elmurci/kilp" [[repo]] -url = "https://github.com/emschwartz/interledger-rs/" +url = "https://github.com/emschwartz/interledger-rs" [[repo]] url = "https://github.com/hyperledger/quilt" @@ -282,18 +282,69 @@ url = "https://github.com/interledgerjs/web-monetization-receiver" [[repo]] url = "https://github.com/interledgerjs/web-monetization-scripts" +[[repo]] +url = "https://github.com/Kava-Labs/connector-config" + +[[repo]] +url = "https://github.com/Kava-Labs/cosmos-paychan" + +[[repo]] +url = "https://github.com/Kava-Labs/cosmos-sdk" + +[[repo]] +url = "https://github.com/Kava-Labs/crypto-rate-utils" + +[[repo]] +url = "https://github.com/Kava-Labs/dss" + [[repo]] url = "https://github.com/Kava-Labs/ilp-backend-crypto" +[[repo]] +url = "https://github.com/Kava-Labs/ilp-connector" + +[[repo]] +url = "https://github.com/Kava-Labs/ilp-plugin-kava" + +[[repo]] +url = "https://github.com/Kava-Labs/ilp-plugin-paypal" + +[[repo]] +url = "https://github.com/Kava-Labs/ilp-plugin-venmo" + [[repo]] url = "https://github.com/Kava-Labs/ilp-plugin-xrp-paychan" [[repo]] url = "https://github.com/Kava-Labs/ilp-sdk" +[[repo]] +url = "https://github.com/Kava-Labs/ilp-store-redis" + +[[repo]] +url = "https://github.com/Kava-Labs/kava" + +[[repo]] +url = "https://github.com/Kava-Labs/kava-devnet" + +[[repo]] +url = "https://github.com/Kava-Labs/kava-testnets" + +[[repo]] +url = "https://github.com/Kava-Labs/minomy" + +[[repo]] +url = "https://github.com/Kava-Labs/p2p-wallets-demo" + [[repo]] url = "https://github.com/Kava-Labs/switch" +[[repo]] +url = "https://github.com/Kava-Labs/token-unidirectional-audit" + +[[repo]] +url = "https://github.com/Kava-Labs/Web3-collaboration" + [[repo]] url = "https://github.com/martinlowinski/ilp-ping" diff --git a/data/ecosystems/i/iota.toml b/data/ecosystems/i/iota.toml index 82a99834..0011451c 100644 --- a/data/ecosystems/i/iota.toml +++ b/data/ecosystems/i/iota.toml @@ -3,27 +3,393 @@ title = "IOTA" sub_ecosystems = [] -github_organizations = ["https://github.com/iotaledger"] +github_organizations = ["https://github.com/iota-pico", "https://github.com/iotaledger"] # Repositories +[[repo]] +url = "https://github.com/0xNeffarion/Iota-Dynamic-Node" + +[[repo]] +url = "https://github.com/acycliclabs/iotapay" + +[[repo]] +url = "https://github.com/acycliclabs/iotapay-js" + +[[repo]] +url = "https://github.com/acycliclabs/iotapay-py" + +[[repo]] +url = "https://github.com/acycliclabs/seedgen" + +[[repo]] +url = "https://github.com/ahab94/Iota-Eggs" + +[[repo]] +url = "https://github.com/ahab94/iota.lib.scala" + [[repo]] url = "https://github.com/akashgoswami/ipm" +[[repo]] +url = "https://github.com/alexpods/iota-seed" + +[[repo]] +url = "https://github.com/alexpods/iota-ternary" + +[[repo]] +url = "https://github.com/Alliander/decentralized-auth" + +[[repo]] +url = "https://github.com/alongalky/iotavisualization" + +[[repo]] +url = "https://github.com/Ammoniya/IOTAINML" + +[[repo]] +url = "https://github.com/amousa11/datum" + +[[repo]] +url = "https://github.com/anistark/mam" + +[[repo]] +url = "https://github.com/anistark/tangled" + +[[repo]] +url = "https://github.com/anthony-mills/iota-seed-generator" + +[[repo]] +url = "https://github.com/arizona2014/IOTA-Fullstack-MEAN-Application" + +[[repo]] +url = "https://github.com/AskMeAgain/WebMessenger" + +[[repo]] +url = "https://github.com/Atos-Research-and-Innovation/IoTagent-LoRaWAN" + +[[repo]] +url = "https://github.com/avihai-developer/ic-iota-wallet" + +[[repo]] +url = "https://github.com/AYIDouble/HTML-Crypto-Currency-Chart-Snippets" + +[[repo]] +url = "https://github.com/b3rsrk/storgle" + +[[repo]] +url = "https://github.com/ben-75/qupla-idea-plugin" + +[[repo]] +url = "https://github.com/blockchained-mobility-hack/meshup" + +[[repo]] +url = "https://github.com/blocktree/iota-adapter" + [[repo]] url = "https://github.com/bluedigits/iota-node" +[[repo]] +url = "https://github.com/bluedigits/iota-stress-test" + +[[repo]] +url = "https://github.com/bluedigits/nstats" + [[repo]] url = "https://github.com/Borlay/Borlay.Iota.Library" +[[repo]] +url = "https://github.com/Borlay/Borlay.Wallet" + +[[repo]] +url = "https://github.com/brunoamancio/TangleNet" + +[[repo]] +url = "https://github.com/buehner/iota-seed-restorer" + +[[repo]] +url = "https://github.com/chrisoro/TXPromoter" + +[[repo]] +url = "https://github.com/chrootlogin/iota-iri" + +[[repo]] +url = "https://github.com/chrootlogin/iota-pm" + +[[repo]] +url = "https://github.com/chrootlogin/iota-reattach" + +[[repo]] +url = "https://github.com/codecentric/ruuvitagontangle" + +[[repo]] +url = "https://github.com/colavitam/curl-collisions" + +[[repo]] +url = "https://github.com/ConsensusGroup/Haystack" + +[[repo]] +url = "https://github.com/cquxutao/IOTA_Translation" + [[repo]] url = "https://github.com/crholliday/iota-prom-exporter" +[[repo]] +url = "https://github.com/crypto5000/capturecoins" + +[[repo]] +url = "https://github.com/crypto5000/dariota" + +[[repo]] +url = "https://github.com/crypto5000/iota.lib.php" + +[[repo]] +url = "https://github.com/DaMarkov/iota_lightnode.js" + +[[repo]] +url = "https://github.com/DanielPollithy/flashwifi" + +[[repo]] +url = "https://github.com/davassi/iota.lib.java" + +[[repo]] +url = "https://github.com/deviceproof/iotaproxy" + +[[repo]] +url = "https://github.com/dirakx1/EasyGiro" + +[[repo]] +url = "https://github.com/DLTcollab/airbox-with-iota" + +[[repo]] +url = "https://github.com/DLTcollab/data-marketplace" + +[[repo]] +url = "https://github.com/DLTcollab/dcurl" + +[[repo]] +url = "https://github.com/DLTcollab/general" + +[[repo]] +url = "https://github.com/DLTcollab/raam.client.js" + +[[repo]] +url = "https://github.com/DLTcollab/tangle-accelerator" + +[[repo]] +url = "https://github.com/DLTcollab/Tangle-DoS-attacker" + +[[repo]] +url = "https://github.com/dnalneh/iota-feedback" + +[[repo]] +url = "https://github.com/domschiener/leaderboard-example" + +[[repo]] +url = "https://github.com/dsir-minute/iotaLeaderBoard2" + +[[repo]] +url = "https://github.com/dsir-minute/IotaMessageSender2" + +[[repo]] +url = "https://github.com/dsir-minute/raxycli-app" + +[[repo]] +url = "https://github.com/dsir-minute/raxyelectronleaderboard" + +[[repo]] +url = "https://github.com/dvaruas/iota-mqtt" + +[[repo]] +url = "https://github.com/eaigner/igi" + +[[repo]] +url = "https://github.com/erdii/iota-seedgen" + [[repo]] url = "https://github.com/ertugrulyilmaz/awesome-iota" +[[repo]] +url = "https://github.com/ertugrulyilmaz/iota.lib.scala" + [[repo]] url = "https://github.com/eukaryote31/iotasearch" +[[repo]] +url = "https://github.com/Fabryprog/iot-tangle-example" + +[[repo]] +url = "https://github.com/Fabryprog/iota-mam-example" + +[[repo]] +url = "https://github.com/Fabryprog/iota-mam-lib" + +[[repo]] +url = "https://github.com/Fabryprog/iri-distribuited-pow" + +[[repo]] +url = "https://github.com/Fabryprog/node-monitor-iota-mam" + +[[repo]] +url = "https://github.com/FFGMP/CPUIOTASpammer" + +[[repo]] +url = "https://github.com/FlorianWendelborn/iotick" + +[[repo]] +url = "https://github.com/france193/IOTA_getNodeInfo_DiscordBot" + +[[repo]] +url = "https://github.com/frees-io/iota" + +[[repo]] +url = "https://github.com/GitAcrown/Iota-Docs" + +[[repo]] +url = "https://github.com/glumb/iotadpow" + +[[repo]] +url = "https://github.com/glumb/IOTAtangle" + +[[repo]] +url = "https://github.com/gosticks/iota.flash.js-java-wrapper" + +[[repo]] +url = "https://github.com/GpanosXP/IOTA-SpammerXP" + +[[repo]] +url = "https://github.com/hackstoic/iotaledger-handbook" + +[[repo]] +url = "https://github.com/HazAT/iota-for-me" + +[[repo]] +url = "https://github.com/henkenli/IOTA-Labs-beta" + +[[repo]] +url = "https://github.com/Hribek25/IOTA-Integration-Gateway" + +[[repo]] +url = "https://github.com/Hribek25/IOTA101" + +[[repo]] +url = "https://github.com/iftt/demo-backend" + +[[repo]] +url = "https://github.com/iftt/garage-client" + +[[repo]] +url = "https://github.com/iftt/icc-fpga-protocol" + +[[repo]] +url = "https://github.com/iftt/program-generator" + +[[repo]] +url = "https://github.com/iftt/tryte-buffer" + +[[repo]] +url = "https://github.com/iftt/tryte-encode-decode" + +[[repo]] +url = "https://github.com/impactdlt/keygen" + +[[repo]] +url = "https://github.com/int0x81/Iota.Lib.Api" + +[[repo]] +url = "https://github.com/ioiobzit/iota-nelson-node" + +[[repo]] +url = "https://github.com/iota-community/iota-tools" + +[[repo]] +url = "https://github.com/iota-community/sms-seed-dispenser" + +[[repo]] +url = "https://github.com/iota-community/tangle-visualiser" + +[[repo]] +url = "https://github.com/IOTA-Ledger/blue-app-iota" + +[[repo]] +url = "https://github.com/iota-php/client" + +[[repo]] +url = "https://github.com/iota-php/examples" + +[[repo]] +url = "https://github.com/iota-pico/api" + +[[repo]] +url = "https://github.com/iota-pico/api-examples-automation" + +[[repo]] +url = "https://github.com/iota-pico/api-examples-browser" + +[[repo]] +url = "https://github.com/iota-pico/api-examples-nodejs" + +[[repo]] +url = "https://github.com/iota-pico/business" + +[[repo]] +url = "https://github.com/iota-pico/core" + +[[repo]] +url = "https://github.com/iota-pico/crypto" + +[[repo]] +url = "https://github.com/iota-pico/data" + +[[repo]] +url = "https://github.com/iota-pico/lib-browser" + +[[repo]] +url = "https://github.com/iota-pico/lib-nodejs" + +[[repo]] +url = "https://github.com/iota-pico/pal-browser" + +[[repo]] +url = "https://github.com/iota-pico/pal-nodejs" + +[[repo]] +url = "https://github.com/iota-pico/pow-box" + +[[repo]] +url = "https://github.com/iota-pico/pow-js" + +[[repo]] +url = "https://github.com/iota-pico/pow-nodejs" + +[[repo]] +url = "https://github.com/iota-pico/pow-srvio" + +[[repo]] +url = "https://github.com/iota-pico/pow-wasm" + +[[repo]] +url = "https://github.com/iota-pico/pow-webgl" + +[[repo]] +url = "https://github.com/iota-pico/storage" + +[[repo]] +url = "https://github.com/iota-pico/tutorials" + +[[repo]] +url = "https://github.com/iota-tangle-io/dtlg" + +[[repo]] +url = "https://github.com/iota-tangle-io/iota-spamalot.go" + +[[repo]] +url = "https://github.com/iotaeco/iota-database-tutorial" + +[[repo]] +url = "https://github.com/iotaeco/iota-edf-grant-tracker-audit" + +[[repo]] +url = "https://github.com/iotaeco/iota-sandbox-mam" + [[repo]] url = "https://github.com/iotaledger/adhls" @@ -317,45 +683,411 @@ url = "https://github.com/iotaledger/weighing.ixi" [[repo]] url = "https://github.com/iotaledger/wiki" +[[repo]] +url = "https://github.com/j33ty/iota-service" + +[[repo]] +url = "https://github.com/jimthedev/iotap" + +[[repo]] +url = "https://github.com/jinnerbichler/flash-home" + +[[repo]] +url = "https://github.com/jinnerbichler/flash-server" + +[[repo]] +url = "https://github.com/jinnerbichler/iota-node-docker" + +[[repo]] +url = "https://github.com/jmblog/iota-jpy-calculator" + +[[repo]] +url = "https://github.com/joakim/iota-uri-scheme" + +[[repo]] +url = "https://github.com/joakim/iota.link" + +[[repo]] +url = "https://github.com/johnshearing/IOTA-Airgapped-NodeJS-Console-Wallet" + +[[repo]] +url = "https://github.com/johnshearing/iotaAirgappedClientServerWallet" + +[[repo]] +url = "https://github.com/johnshearing/PrivateKeyVault" + +[[repo]] +url = "https://github.com/josemmo/iotawebwallet" + +[[repo]] +url = "https://github.com/joshirio/iota-cooler" + +[[repo]] +url = "https://github.com/jstillings1/IOTA-SEED-GEN" + +[[repo]] +url = "https://github.com/Kallahan23/iota-social" + +[[repo]] +url = "https://github.com/Kallahan23/social-cli" + +[[repo]] +url = "https://github.com/kartben/iota-mosquitto-demo" + +[[repo]] +url = "https://github.com/kelu27/iota-node" + +[[repo]] +url = "https://github.com/kubrt-d/trits-core" + +[[repo]] +url = "https://github.com/l3wi/audit-mam" + +[[repo]] +url = "https://github.com/l3wi/flash-demo" + +[[repo]] +url = "https://github.com/l3wi/iotaMobile" + +[[repo]] +url = "https://github.com/l3wi/sandbox.lib.js" + [[repo]] url = "https://github.com/lacicloud/payiota" +[[repo]] +url = "https://github.com/Lancelot1998/Iota-bench-tools" + +[[repo]] +url = "https://github.com/LewisFreitas/idOTAS-mobilityhackathonlisbon" + +[[repo]] +url = "https://github.com/liepaja/iota.lib.crystal" + +[[repo]] +url = "https://github.com/lismore/iota-seed-address-generator" + +[[repo]] +url = "https://github.com/lismore/iota-seed-generator" + +[[repo]] +url = "https://github.com/lismore/SearchIOTA.ixi" + [[repo]] url = "https://github.com/loehnertz/Tanglestash" [[repo]] url = "https://github.com/lsquires/iota-dashboard" +[[repo]] +url = "https://github.com/lsquires/open-iota" + +[[repo]] +url = "https://github.com/lubovaskov/iota-delphi" + +[[repo]] +url = "https://github.com/luca-moser/visualizer.iota-tangle.io" + +[[repo]] +url = "https://github.com/lukzmu/hackathons" + +[[repo]] +url = "https://github.com/maeck70/iota-iri_exporter" + +[[repo]] +url = "https://github.com/mallond/iota" + +[[repo]] +url = "https://github.com/mallond/kafkalovesiota" + +[[repo]] +url = "https://github.com/marcusjang/iota-archive-exporter" + +[[repo]] +url = "https://github.com/marektakac/iota-leaderboard" + +[[repo]] +url = "https://github.com/meinto/iri-graphql" + +[[repo]] +url = "https://github.com/mikrohash/isf-jsclient" + +[[repo]] +url = "https://github.com/mikrohash/spamsim" + +[[repo]] +url = "https://github.com/MindFlavor/prometheus_iota_exporter" + +[[repo]] +url = "https://github.com/mlouielu/iota-milestone-monitor" + +[[repo]] +url = "https://github.com/mlouielu/iota-mnemonic" + +[[repo]] +url = "https://github.com/mlouielu/iota-pearldiver" + +[[repo]] +url = "https://github.com/mlouielu/iota-python" + +[[repo]] +url = "https://github.com/MONEI/MONEI" + +[[repo]] +url = "https://github.com/mpaland/iota.lib.ts" + +[[repo]] +url = "https://github.com/mrbianchi/iotareatta.ch" + +[[repo]] +url = "https://github.com/Mrcuve0/IOTA-CheckMyWallet" + +[[repo]] +url = "https://github.com/Mrcuve0/IOTA-sems-spammer-promoter" + [[repo]] url = "https://github.com/nazarimilad/iota-node" +[[repo]] +url = "https://github.com/NerijusWeb/weatherIOTA" + +[[repo]] +url = "https://github.com/nicoschtein/iota-mqtt-poc" + +[[repo]] +url = "https://github.com/nikolarogina/iota-web-wallet" + [[repo]] url = "https://github.com/normpad/IOTA-Reattacher" [[repo]] url = "https://github.com/normpad/iotatipbot" +[[repo]] +url = "https://github.com/nuriel77/iri-lb-haproxy" + [[repo]] url = "https://github.com/nuriel77/iri-playbook" +[[repo]] +url = "https://github.com/odutolaconnect/iota-api" + +[[repo]] +url = "https://github.com/odysseyhack/chainmix" + +[[repo]] +url = "https://github.com/oguzhaneren/iri-net" + +[[repo]] +url = "https://github.com/okonovalenko/iota-ws-proxy" + +[[repo]] +url = "https://github.com/ollibertinho/IOTA-MAM-Explorer" + +[[repo]] +url = "https://github.com/ollibertinho/IOTA-Pastebin" + +[[repo]] +url = "https://github.com/ollibertinho/Simplified-MAM-Lib" + +[[repo]] +url = "https://github.com/oopsmonk/iota_esp32_wallet" + +[[repo]] +url = "https://github.com/oparkins/iota-testnet-docker" + +[[repo]] +url = "https://github.com/oskyk/iota-tic-tac-toe" + +[[repo]] +url = "https://github.com/ovanwijk/IotaPublicNodeSelection" + +[[repo]] +url = "https://github.com/PACTCare/Chiota" + +[[repo]] +url = "https://github.com/PACTCare/Dweb.page" + +[[repo]] +url = "https://github.com/PACTCare/Pact.Fhir" + +[[repo]] +url = "https://github.com/pasupulaphani/iota.js-remote-pow" + +[[repo]] +url = "https://github.com/PeterLe222/IOTASeed" + +[[repo]] +url = "https://github.com/peterwilli/IOTA-Game.js" + +[[repo]] +url = "https://github.com/peterwilli/iota-ion.lib.js" + +[[repo]] +url = "https://github.com/pineapplehunter/iota-address-balance" + +[[repo]] +url = "https://github.com/PippoAe/IOTA-Riddle" + +[[repo]] +url = "https://github.com/plabbett/php-iota-seeder" + +[[repo]] +url = "https://github.com/pRizz/Chatangle" + +[[repo]] +url = "https://github.com/pRizz/Chatangle-Backend" + [[repo]] url = "https://github.com/pRizz/IOTA-Address-Utilities" +[[repo]] +url = "https://github.com/pRizz/iota-buy-strategy" + +[[repo]] +url = "https://github.com/pRizz/iota-seed-encryptor-decryptor" + [[repo]] url = "https://github.com/pRizz/iota-transaction-spammer-webapp" +[[repo]] +url = "https://github.com/pRizz/iota-transaction-stream-front-end" + +[[repo]] +url = "https://github.com/pRizz/My-IOTA-Balance" + [[repo]] url = "https://github.com/pRizz/open-iota" +[[repo]] +url = "https://github.com/Qomaa/Pixmap" + +[[repo]] +url = "https://github.com/qubiclite/qlite.lib.java" + +[[repo]] +url = "https://github.com/qubiclite/qlri" + +[[repo]] +url = "https://github.com/qubiclite/template.qapp" + +[[repo]] +url = "https://github.com/qubiclite/toqen.qapp" + +[[repo]] +url = "https://github.com/RaphaelManke/fzi-iota-showcase" + +[[repo]] +url = "https://github.com/rckey/SensorNode" + +[[repo]] +url = "https://github.com/rihardsgravis/entangled-node" + +[[repo]] +url = "https://github.com/rlech/iota.lib.js-quickstart" + +[[repo]] +url = "https://github.com/Roconda/react-native-iota" + +[[repo]] +url = "https://github.com/RoryOfByrne/iota-sandbox" + +[[repo]] +url = "https://github.com/rromanss23/Store-Sensor-Data-in-BigchainDB-MariaDB-and-Publish-Statistic-Summary-to-IOTA-s-Tangle" + +[[repo]] +url = "https://github.com/samgranger/IOTA-Price-Ticker" + [[repo]] url = "https://github.com/SemkoDev/bolero.fun" [[repo]] url = "https://github.com/SemkoDev/nelson.cli" +[[repo]] +url = "https://github.com/senarma/iota-payment-exemple" + +[[repo]] +url = "https://github.com/siqniz/IOTA-Random-Seed-Generator" + +[[repo]] +url = "https://github.com/sneyed/iota" + +[[repo]] +url = "https://github.com/snowlove/IOTA-Browser-Wallet" + +[[repo]] +url = "https://github.com/snowlove/IOTA-IRI-API" + +[[repo]] +url = "https://github.com/snowlove/IOTA-Local-Promoter" + +[[repo]] +url = "https://github.com/snowlove/IOTA-Lua" + +[[repo]] +url = "https://github.com/sobolev-alexey/coordicide" + +[[repo]] +url = "https://github.com/sobolev-alexey/iota-mam-explorer" + +[[repo]] +url = "https://github.com/spirosbax/BlockchainResources" + +[[repo]] +url = "https://github.com/stkubr/iota_async.lib.py" + +[[repo]] +url = "https://github.com/surjikal/iota-html" + +[[repo]] +url = "https://github.com/T-Pham/CoinPriceBar" + +[[repo]] +url = "https://github.com/tangle-frost/iota-core" + +[[repo]] +url = "https://github.com/tangle-frost/iota-qr-core" + +[[repo]] +url = "https://github.com/tangle-frost/iota-qr-data" + +[[repo]] +url = "https://github.com/tangle-frost/iota-qr-lib" + +[[repo]] +url = "https://github.com/tangle-frost/iota-qr-render" + +[[repo]] +url = "https://github.com/tangle-frost/iota-qr-sandbox" + +[[repo]] +url = "https://github.com/tangle-frost/iota-qr-tutorials" + +[[repo]] +url = "https://github.com/tanglefans/IOTA-MAM.lib.js-PoC" + +[[repo]] +url = "https://github.com/tanglefans/TANGLE.FANS" + [[repo]] url = "https://github.com/TangleID/TangleID" +[[repo]] +url = "https://github.com/TangleID/TangleID.github.io" + +[[repo]] +url = "https://github.com/tanglemixer/tanglemixer" + +[[repo]] +url = "https://github.com/tanglewise/Scripts" + +[[repo]] +url = "https://github.com/technoprobic/ddm-android" + +[[repo]] +url = "https://github.com/TeeVeeEss/f-ipm" + [[repo]] url = "https://github.com/th0br0/iota.lib.c" @@ -367,3 +1099,102 @@ url = "https://github.com/thedewpoint/iotauth" [[repo]] url = "https://github.com/thibault-martinez/iota.lib.cpp" + +[[repo]] +url = "https://github.com/thingforward/iota-tracking-demo" + +[[repo]] +url = "https://github.com/thivyavignesh/IOTA_achievement_endorsement" + +[[repo]] +url = "https://github.com/ThomasPepperz/IOTAr" + +[[repo]] +url = "https://github.com/tngl-me/embed-js" + +[[repo]] +url = "https://github.com/tngl-me/embed-react" + +[[repo]] +url = "https://github.com/todofixthis/pyota-ccurl" + +[[repo]] +url = "https://github.com/tuddman/clojiota" + +[[repo]] +url = "https://github.com/tuddman/helloiota.ixi" + +[[repo]] +url = "https://github.com/tuddman/iota.lib.clj" + +[[repo]] +url = "https://github.com/tuddman/pimm" + +[[repo]] +url = "https://github.com/tuupola/iota-examples" + +[[repo]] +url = "https://github.com/twoss-io/DLT" + +[[repo]] +url = "https://github.com/urbanonymous/iota-recovery-tool" + +[[repo]] +url = "https://github.com/vdo/iotagen" + +[[repo]] +url = "https://github.com/veracity/data-lineage-service" + +[[repo]] +url = "https://github.com/vessels-tech/iota-lambda" + +[[repo]] +url = "https://github.com/vikasviv/Moisture_Sensor_data_to_tangle" + +[[repo]] +url = "https://github.com/vivekmarakana/iota.lib.rb" + +[[repo]] +url = "https://github.com/Vleppo/POC" + +[[repo]] +url = "https://github.com/voroncv/iota-wallet" + +[[repo]] +url = "https://github.com/willdavsmith/iotaseedgenerator" + +[[repo]] +url = "https://github.com/WillRogersXT/IOTA-Seed-Tool" + +[[repo]] +url = "https://github.com/Wollac/decode-tx" + +[[repo]] +url = "https://github.com/Wollac/iota-talks" + +[[repo]] +url = "https://github.com/wutangclancee/IOTASubstream" + +[[repo]] +url = "https://github.com/xx10t4/iotalk" + +[[repo]] +url = "https://github.com/yillkid/iota-swarm-node" + +[[repo]] +url = "https://github.com/yillkid/iota_webduino_weather.github.io" + +[[repo]] +url = "https://github.com/yjjnls/awesome-blockchain" + +[[repo]] +url = "https://github.com/ymmah/iota.lib.go" + +[[repo]] +url = "https://github.com/yshurik/node-red-contrib-iota-tx0" + +[[repo]] +url = "https://github.com/YuppieDevs/iota-balancer" + +[[repo]] +url = "https://github.com/zachalam/frost" diff --git a/data/ecosystems/i/iotex.toml b/data/ecosystems/i/iotex.toml index 7fe56083..6f392208 100644 --- a/data/ecosystems/i/iotex.toml +++ b/data/ecosystems/i/iotex.toml @@ -81,6 +81,9 @@ url = "https://github.com/iotexproject/iotex-proto" [[repo]] url = "https://github.com/iotexproject/iotex-react-components" +[[repo]] +url = "https://github.com/iotexproject/iotex-react-native-starter" + [[repo]] url = "https://github.com/iotexproject/iotex-tools" diff --git a/data/ecosystems/k/kauri.toml b/data/ecosystems/k/kauri.toml index 2444f115..0b0dc8bb 100644 --- a/data/ecosystems/k/kauri.toml +++ b/data/ecosystems/k/kauri.toml @@ -12,6 +12,9 @@ url = "https://github.com/kauri-io/awesome-state-machine" [[repo]] url = "https://github.com/kauri-io/Content" +[[repo]] +url = "https://github.com/kauri-io/ethereum-org-website" + [[repo]] url = "https://github.com/kauri-io/java-web3j-pantheon-testing" diff --git a/data/ecosystems/k/kittiefight.toml b/data/ecosystems/k/kittiefight.toml index d1eb73cc..5c5ea29a 100644 --- a/data/ecosystems/k/kittiefight.toml +++ b/data/ecosystems/k/kittiefight.toml @@ -17,3 +17,6 @@ url = "https://github.com/kittiefight/kittiefight.github.io" [[repo]] url = "https://github.com/kittiefight/Media" + +[[repo]] +url = "https://github.com/kittiefight/testnet.kittiefight.io" diff --git a/data/ecosystems/l/litemint.toml b/data/ecosystems/l/litemint.toml new file mode 100644 index 00000000..8a39e561 --- /dev/null +++ b/data/ecosystems/l/litemint.toml @@ -0,0 +1,22 @@ +# Ecosystem Level Information +title = "Litemint" + +sub_ecosystems = [] + +github_organizations = ["https://github.com/litemint"] + +# Repositories +[[repo]] +url = "https://github.com/litemint/litemint" + +[[repo]] +url = "https://github.com/litemint/litemint-android" + +[[repo]] +url = "https://github.com/litemint/litemint-electron" + +[[repo]] +url = "https://github.com/litemint/litemint-ios" + +[[repo]] +url = "https://github.com/litemint/litemint-web" diff --git a/data/ecosystems/n/nash-exchange.toml b/data/ecosystems/n/nash-exchange.toml index 0f5102ec..ad4fc52c 100644 --- a/data/ecosystems/n/nash-exchange.toml +++ b/data/ecosystems/n/nash-exchange.toml @@ -3,7 +3,7 @@ title = "Nash Exchange" sub_ecosystems = [] -github_organizations = ["https://github.com/nash-io"] +github_organizations = ["https://github.com/nash-io", "https://github.com/neo-one-suite", "https://github.com/NeoResearch"] # Repositories [[repo]] @@ -65,3 +65,165 @@ url = "https://github.com/nash-io/redux-persist-chrome-storage" [[repo]] url = "https://github.com/nash-io/staking" + +[[repo]] +url = "https://github.com/neo-one-suite/community" + +[[repo]] +url = "https://github.com/neo-one-suite/Docusaurus" + +[[repo]] +url = "https://github.com/neo-one-suite/ec-key" + +[[repo]] +url = "https://github.com/neo-one-suite/neo-compiler" + +[[repo]] +url = "https://github.com/neo-one-suite/neo-one" + +[[repo]] +url = "https://github.com/neo-one-suite/neo-one-boa" + +[[repo]] +url = "https://github.com/neo-one-suite/neo-one-csharp" + +[[repo]] +url = "https://github.com/neo-one-suite/neo-one-playground" + +[[repo]] +url = "https://github.com/neo-one-suite/proposals" + +[[repo]] +url = "https://github.com/neo-one-suite/worker-loader" + +[[repo]] +url = "https://github.com/NeoResearch/consensus-draw" + +[[repo]] +url = "https://github.com/NeoResearch/csBigInteger" + +[[repo]] +url = "https://github.com/NeoResearch/csBigInteger.cpp" + +[[repo]] +url = "https://github.com/NeoResearch/csBigInteger.js" + +[[repo]] +url = "https://github.com/NeoResearch/csBigInteger.py" + +[[repo]] +url = "https://github.com/NeoResearch/dappgram" + +[[repo]] +url = "https://github.com/NeoResearch/eco-sdk-js" + +[[repo]] +url = "https://github.com/NeoResearch/examples-csharp" + +[[repo]] +url = "https://github.com/NeoResearch/governance" + +[[repo]] +url = "https://github.com/NeoResearch/learning-examples" + +[[repo]] +url = "https://github.com/NeoResearch/libbft" + +[[repo]] +url = "https://github.com/NeoResearch/milp_bft_failures_attacks" + +[[repo]] +url = "https://github.com/NeoResearch/neo" + +[[repo]] +url = "https://github.com/NeoResearch/neo-boa" + +[[repo]] +url = "https://github.com/NeoResearch/neo-browser-chain" + +[[repo]] +url = "https://github.com/NeoResearch/neo-compiler-analysis" + +[[repo]] +url = "https://github.com/NeoResearch/neo-mesh" + +[[repo]] +url = "https://github.com/NeoResearch/neo-smacco" + +[[repo]] +url = "https://github.com/NeoResearch/neo-storage-audit" + +[[repo]] +url = "https://github.com/NeoResearch/neo-tests" + +[[repo]] +url = "https://github.com/NeoResearch/neo-unified-compilers" + +[[repo]] +url = "https://github.com/NeoResearch/neo2" + +[[repo]] +url = "https://github.com/NeoResearch/neo3" + +[[repo]] +url = "https://github.com/NeoResearch/neocompiler-eco" + +[[repo]] +url = "https://github.com/NeoResearch/neocompiler-server" + +[[repo]] +url = "https://github.com/NeoResearch/neodev-cpp" + +[[repo]] +url = "https://github.com/NeoResearch/neof" + +[[repo]] +url = "https://github.com/NeoResearch/neon-js" + +[[repo]] +url = "https://github.com/NeoResearch/neopt" + +[[repo]] +url = "https://github.com/NeoResearch/neoresearch.github.io" + +[[repo]] +url = "https://github.com/NeoResearch/NeoSim.js" + +[[repo]] +url = "https://github.com/NeoResearch/NeoVM.js" + +[[repo]] +url = "https://github.com/NeoResearch/nep-distributed-payments" + +[[repo]] +url = "https://github.com/NeoResearch/nvm-forth" + +[[repo]] +url = "https://github.com/NeoResearch/nvm-learn" + +[[repo]] +url = "https://github.com/NeoResearch/nvm-opt" + +[[repo]] +url = "https://github.com/NeoResearch/nvmpp" + +[[repo]] +url = "https://github.com/NeoResearch/ODBFT" + +[[repo]] +url = "https://github.com/NeoResearch/proposals" + +[[repo]] +url = "https://github.com/NeoResearch/SCTracker" + +[[repo]] +url = "https://github.com/NeoResearch/smacco" + +[[repo]] +url = "https://github.com/NeoResearch/specification-neo3.0" + +[[repo]] +url = "https://github.com/NeoResearch/templates-coding-patterns" + +[[repo]] +url = "https://github.com/NeoResearch/yellowpaper" diff --git a/data/ecosystems/p/paxos-standard-token.toml b/data/ecosystems/p/paxos-standard-token.toml index 034d2165..aeeb7850 100644 --- a/data/ecosystems/p/paxos-standard-token.toml +++ b/data/ecosystems/p/paxos-standard-token.toml @@ -93,6 +93,9 @@ url = "https://github.com/paxosglobal/istio-mesh-expansion" [[repo]] url = "https://github.com/paxosglobal/java" +[[repo]] +url = "https://github.com/paxosglobal/JsonRpc" + [[repo]] url = "https://github.com/paxosglobal/kafka-docker" diff --git a/data/ecosystems/q/qwertycoin.toml b/data/ecosystems/q/qwertycoin.toml index 263906dd..0179b122 100644 --- a/data/ecosystems/q/qwertycoin.toml +++ b/data/ecosystems/q/qwertycoin.toml @@ -12,6 +12,12 @@ url = "https://github.com/qwertycoin-org/blockchain-cache-api" [[repo]] url = "https://github.com/qwertycoin-org/blockchain-data-collection-agent" +[[repo]] +url = "https://github.com/qwertycoin-org/brand" + +[[repo]] +url = "https://github.com/qwertycoin-org/community-projects" + [[repo]] url = "https://github.com/qwertycoin-org/fork-trezor-common" @@ -51,6 +57,9 @@ url = "https://github.com/qwertycoin-org/qwertycoin-faucet" [[repo]] url = "https://github.com/qwertycoin-org/qwertycoin-gui" +[[repo]] +url = "https://github.com/qwertycoin-org/qwertycoin-marketing" + [[repo]] url = "https://github.com/qwertycoin-org/qwertycoin-mobile-wallet" @@ -75,6 +84,9 @@ url = "https://github.com/qwertycoin-org/qwertycoin-webminer" [[repo]] url = "https://github.com/qwertycoin-org/qwertycoin-zero" +[[repo]] +url = "https://github.com/qwertycoin-org/ripplecharts-frontend" + [[repo]] url = "https://github.com/qwertycoin-org/translation-mobileweb" diff --git a/data/ecosystems/r/rchain.toml b/data/ecosystems/r/rchain.toml index ec655cab..d29afd74 100644 --- a/data/ecosystems/r/rchain.toml +++ b/data/ecosystems/r/rchain.toml @@ -51,6 +51,9 @@ url = "https://github.com/rchain/dancingdoll" [[repo]] url = "https://github.com/rchain/docker-nginx-extras" +[[repo]] +url = "https://github.com/rchain/elk" + [[repo]] url = "https://github.com/rchain/hardening" diff --git a/data/ecosystems/r/remme.toml b/data/ecosystems/r/remme.toml index 60af97f6..74d2bc54 100644 --- a/data/ecosystems/r/remme.toml +++ b/data/ecosystems/r/remme.toml @@ -30,6 +30,9 @@ url = "https://github.com/Remmeauth/Documentation" [[repo]] url = "https://github.com/Remmeauth/eosio.cdt" +[[repo]] +url = "https://github.com/Remmeauth/eospy" + [[repo]] url = "https://github.com/Remmeauth/eosweb" diff --git a/data/ecosystems/s/santiment-network-token.toml b/data/ecosystems/s/santiment-network-token.toml index 53545fcf..b26d236c 100644 --- a/data/ecosystems/s/santiment-network-token.toml +++ b/data/ecosystems/s/santiment-network-token.toml @@ -34,6 +34,9 @@ url = "https://github.com/santiment/cancun" [[repo]] url = "https://github.com/santiment/clickhouse_ecto" +[[repo]] +url = "https://github.com/santiment/clickhousex" + [[repo]] url = "https://github.com/santiment/cryptomood-santiment-bridge" @@ -127,6 +130,9 @@ url = "https://github.com/santiment/presaler-voting" [[repo]] url = "https://github.com/santiment/projecttransparency.org" +[[repo]] +url = "https://github.com/santiment/raw-transaction-hex-decoder" + [[repo]] url = "https://github.com/santiment/san-api" @@ -172,6 +178,9 @@ url = "https://github.com/santiment/SantimentMobile" [[repo]] url = "https://github.com/santiment/secor" +[[repo]] +url = "https://github.com/santiment/sheets-landing" + [[repo]] url = "https://github.com/santiment/slack-invite-automation" diff --git a/data/ecosystems/s/seele.toml b/data/ecosystems/s/seele.toml index ff50876d..b51428e4 100644 --- a/data/ecosystems/s/seele.toml +++ b/data/ecosystems/s/seele.toml @@ -69,6 +69,9 @@ url = "https://github.com/seeleteam/seele-doc" [[repo]] url = "https://github.com/seeleteam/seele-md" +[[repo]] +url = "https://github.com/seeleteam/seele-one-button-mining" + [[repo]] url = "https://github.com/seeleteam/seele-plugin" @@ -90,5 +93,8 @@ url = "https://github.com/seeleteam/seeletoken" [[repo]] url = "https://github.com/seeleteam/SeeleWallet" +[[repo]] +url = "https://github.com/seeleteam/SeeleWallet-CN" + [[repo]] url = "https://github.com/seeleteam/truffle" diff --git a/data/ecosystems/s/settle.toml b/data/ecosystems/s/settle.toml index f6e69efd..6f023f9b 100644 --- a/data/ecosystems/s/settle.toml +++ b/data/ecosystems/s/settle.toml @@ -47,3 +47,6 @@ url = "https://github.com/SettleFinance/Settle-SDK" [[repo]] url = "https://github.com/SettleFinance/stack-images" + +[[repo]] +url = "https://github.com/SettleFinance/WhispV2" diff --git a/data/ecosystems/s/solana.toml b/data/ecosystems/s/solana.toml index e619c14b..87ed8019 100644 --- a/data/ecosystems/s/solana.toml +++ b/data/ecosystems/s/solana.toml @@ -90,6 +90,9 @@ url = "https://github.com/solana-labs/solana-labs.github.io" [[repo]] url = "https://github.com/solana-labs/solana-perf-libs" +[[repo]] +url = "https://github.com/solana-labs/solana-pkcs8" + [[repo]] url = "https://github.com/solana-labs/solana-web3.js" diff --git a/data/ecosystems/s/steem.toml b/data/ecosystems/s/steem.toml index 77563cd2..1392c0e4 100644 --- a/data/ecosystems/s/steem.toml +++ b/data/ecosystems/s/steem.toml @@ -6,14 +6,101 @@ sub_ecosystems = ["1Ramp", "Actifit", "Busy", "coogger", "dlux", "DTube", "eStee github_organizations = ["https://github.com/steemit"] # Repositories +[[repo]] +url = "https://github.com/4leem/steem-curator" + +[[repo]] +url = "https://github.com/aaroncox/chainbb" + +[[repo]] +url = "https://github.com/aaroncox/chainbb-frontend" + +[[repo]] +url = "https://github.com/aaroncox/chainsync" + +[[repo]] +url = "https://github.com/aaroncox/opbuilder" + +[[repo]] +url = "https://github.com/aaroncox/steem-php" + +[[repo]] +url = "https://github.com/aaroncox/steemdb" + +[[repo]] +url = "https://github.com/aaroncox/vessel" + +[[repo]] +url = "https://github.com/Abwasserrohr/STEEM.CRAFT" + [[repo]] url = "https://github.com/adasq/remind-me" tags = ["Dapp"] +[[repo]] +url = "https://github.com/alex-osman/nowplaying" + +[[repo]] +url = "https://github.com/AlphaGriffin/boiler" + +[[repo]] +url = "https://github.com/andreistalker/steemcasino" + +[[repo]] +url = "https://github.com/appetizermonster/steempages" + +[[repo]] +url = "https://github.com/atyoghurt/upvote-profit" + +[[repo]] +url = "https://github.com/autogestion/pubgate-steemit" + +[[repo]] +url = "https://github.com/blockbrothers/nozzle" + +[[repo]] +url = "https://github.com/bonustrack/api.steemjs.com" + +[[repo]] +url = "https://github.com/bonustrack/steemconnect" + +[[repo]] +url = "https://github.com/bonustrack/steemconnect-api" + +[[repo]] +url = "https://github.com/bonustrack/steemconnect-registry" + +[[repo]] +url = "https://github.com/bonustrack/steemconnect.js" + +[[repo]] +url = "https://github.com/bonustrack/steemscript" + +[[repo]] +url = "https://github.com/BuildTeamDev/dsteem-pool" + [[repo]] url = "https://github.com/BuildTeamDev/tokenbb-web-client" tags = ["Dapp"] +[[repo]] +url = "https://github.com/caweyant/steemwc" + +[[repo]] +url = "https://github.com/Chainers/Ditch" + +[[repo]] +url = "https://github.com/code-with-sam/finallycomments" + +[[repo]] +url = "https://github.com/code-with-sam/finallynetwork" + +[[repo]] +url = "https://github.com/code-with-sam/moveclub" + +[[repo]] +url = "https://github.com/cross-apps/SteemitApp" + [[repo]] url = "https://github.com/currentxchange/cxc-music-web-alpha" tags = ["Dapp"] @@ -22,18 +109,81 @@ tags = ["Dapp"] url = "https://github.com/d-trip/DTrip" tags = ["Dapp"] +[[repo]] +url = "https://github.com/dawn-network/dartsteem" + +[[repo]] +url = "https://github.com/dfroberg/dailybrief" + +[[repo]] +url = "https://github.com/djangoapps/steemconnect_auth" + +[[repo]] +url = "https://github.com/DoctorLai/steem-guess-game" + +[[repo]] +url = "https://github.com/DoctorLai/SteemRebloggerService" + +[[repo]] +url = "https://github.com/DoctorLai/SteemTools" + [[repo]] url = "https://github.com/dpdanpittman/Hashkings-2D-UI" tags = ["Dapp"] +[[repo]] +url = "https://github.com/dragosroua/php-steem-tools" + +[[repo]] +url = "https://github.com/drov0/Steem-reward-manager" + +[[repo]] +url = "https://github.com/drov0/steemgifts" + [[repo]] url = "https://github.com/drov0/steempress" tags = ["Dapp"] +[[repo]] +url = "https://github.com/drov0/steemsnippets" + +[[repo]] +url = "https://github.com/E-D-A/steem-curatebot" + +[[repo]] +url = "https://github.com/eapo/steemit-custom-scripts" + [[repo]] url = "https://github.com/emre/dpoll.xyz" tags = ["Dapp"] +[[repo]] +url = "https://github.com/Eutectico/steemit-payout-bot" + +[[repo]] +url = "https://github.com/FutureShockco/drugwars.io" + +[[repo]] +url = "https://github.com/go-steem/rpc" + +[[repo]] +url = "https://github.com/hakancelik96/steem-connect" + +[[repo]] +url = "https://github.com/harpagon210/sscjs" + +[[repo]] +url = "https://github.com/harpagon210/steemsmartcontracts" + +[[repo]] +url = "https://github.com/holgern/pySteemLayer" + +[[repo]] +url = "https://github.com/Insteem/insteem-app_bak" + +[[repo]] +url = "https://github.com/jakipatryk/steeditor" + [[repo]] url = "https://github.com/jankulik/Dcontest" tags = ["Dapp"] @@ -42,22 +192,148 @@ tags = ["Dapp"] url = "https://github.com/Jarunik/nc-client" tags = ["Dapp"] +[[repo]] +url = "https://github.com/jnordberg/dsteem" + +[[repo]] +url = "https://github.com/jnordberg/rpcit" + +[[repo]] +url = "https://github.com/jonblack/steemduino" + +[[repo]] +url = "https://github.com/joticajulian/eftg-send" + +[[repo]] +url = "https://github.com/karimation/react-native-steem-signin" + [[repo]] url = "https://github.com/knacksteem/knacksteem.org" tags = ["Dapp"] +[[repo]] +url = "https://github.com/learnsteem/steemit-posts" + +[[repo]] +url = "https://github.com/liyingxuan/steemit-api-cms" + +[[repo]] +url = "https://github.com/liyingxuan/steemit-vuejs2" + +[[repo]] +url = "https://github.com/marvin-we/steem-java-api-wrapper" + +[[repo]] +url = "https://github.com/marvin-we/steemj-image-upload" + +[[repo]] +url = "https://github.com/merasteem/merasteem" + +[[repo]] +url = "https://github.com/merasteem/merasteem-api" + +[[repo]] +url = "https://github.com/metachaos-systems/glasnost" + +[[repo]] +url = "https://github.com/metachaos-systems/steemex" + +[[repo]] +url = "https://github.com/muksihs/Far-Horizons-Steem" + +[[repo]] +url = "https://github.com/muksihs/ipfs-photo-gallery" + +[[repo]] +url = "https://github.com/muksihs/SteemCliPoster" + +[[repo]] +url = "https://github.com/Mustard5/kjv" + [[repo]] url = "https://github.com/mydicebot/mydicebot.github.io" tags = ["Dapp"] +[[repo]] +url = "https://github.com/Netherdrake/conductor" + +[[repo]] +url = "https://github.com/Netherdrake/steem-python" + +[[repo]] +url = "https://github.com/nicholas-2/steem-state" + +[[repo]] +url = "https://github.com/nirvanaitsolutions/swapsteem" + +[[repo]] +url = "https://github.com/ocrdu/share-on-steemit-button" + +[[repo]] +url = "https://github.com/p0o/steem-bot" + [[repo]] url = "https://github.com/Partiko/Partiko-Feature-Suggestions" tags = ["Dapp"] +[[repo]] +url = "https://github.com/pcsg/steemit-holmes" + +[[repo]] +url = "https://github.com/pcsg/steemit-steempunk-battle" + +[[repo]] +url = "https://github.com/pcsg/steemit-steempunk-housing" + +[[repo]] +url = "https://github.com/pcsg/steemit-steempunk-template" + +[[repo]] +url = "https://github.com/pcsg/steemToFileUpload" + +[[repo]] +url = "https://github.com/peerquery/app-stream" + +[[repo]] +url = "https://github.com/peerquery/beta" + +[[repo]] +url = "https://github.com/peerquery/curator-legacy" + +[[repo]] +url = "https://github.com/permeon/permeon-client" + +[[repo]] +url = "https://github.com/r351574nc3/docker-steem-bot" + +[[repo]] +url = "https://github.com/r351574nc3/steem-bot-examples" + +[[repo]] +url = "https://github.com/r351574nc3/steem-digest-example" + +[[repo]] +url = "https://github.com/RagePeanut/checky" + +[[repo]] +url = "https://github.com/RagePeanut/SteemDM" + +[[repo]] +url = "https://github.com/RagePeanut/Tweem" + [[repo]] url = "https://github.com/roelandp/steemwallet" tags = ["Dapp"] +[[repo]] +url = "https://github.com/sarasate/steemdocs" + +[[repo]] +url = "https://github.com/selabie68/steem-notify" + +[[repo]] +url = "https://github.com/skzap/steemwhales" + [[repo]] url = "https://github.com/smartsteem/blacklist" tags = ["Dapp"] @@ -66,6 +342,21 @@ tags = ["Dapp"] url = "https://github.com/snwolak/steemblr" tags = ["Dapp"] +[[repo]] +url = "https://github.com/steem-best-practices/steem-best-practices.github.io" + +[[repo]] +url = "https://github.com/Steem-FOSSbot/voter-docker" + +[[repo]] +url = "https://github.com/SteemData/steemdata" + +[[repo]] +url = "https://github.com/Steemia/Steemia" + +[[repo]] +url = "https://github.com/steemit-witnesses/steem-witness-wiki" + [[repo]] url = "https://github.com/steemit/benchmarks" @@ -264,6 +555,54 @@ tags = ["Dapp"] url = "https://github.com/SteemStem-io/steemstem" tags = ["Dapp"] +[[repo]] +url = "https://github.com/steeveproject/ngx-steem-keychain" + +[[repo]] +url = "https://github.com/stratos-steem/stratos" + +[[repo]] +url = "https://github.com/superoo7/statBot" + +[[repo]] +url = "https://github.com/superoo7/steem-link-extractor" + +[[repo]] +url = "https://github.com/superoo7/steem_web_wallet" + [[repo]] url = "https://github.com/surpassinggoogle/UlogsV2" tags = ["Dapp"] + +[[repo]] +url = "https://github.com/t3ran13/golos-mention-reward" + +[[repo]] +url = "https://github.com/t3ran13/golos-reblog-reward" + +[[repo]] +url = "https://github.com/t3ran13/php-graphene-node-client" + +[[repo]] +url = "https://github.com/Tadasu85/godmode" + +[[repo]] +url = "https://github.com/Tadasu85/steemstarssails" + +[[repo]] +url = "https://github.com/tdreid/dstillr" + +[[repo]] +url = "https://github.com/tolgahanuzun/curation" + +[[repo]] +url = "https://github.com/travelfeed-io/travelfeed-io" + +[[repo]] +url = "https://github.com/tyraelll/steem-php-wrapper" + +[[repo]] +url = "https://github.com/vikxx/bots" + +[[repo]] +url = "https://github.com/yangboz/spring-boot-kafka-restful-swagger" diff --git a/data/ecosystems/t/tierion.toml b/data/ecosystems/t/tierion.toml index 198268c8..88f93ff4 100644 --- a/data/ecosystems/t/tierion.toml +++ b/data/ecosystems/t/tierion.toml @@ -12,6 +12,12 @@ url = "https://github.com/Tierion/amqp" [[repo]] url = "https://github.com/Tierion/blockchain-anchor" +[[repo]] +url = "https://github.com/Tierion/boltwall" + +[[repo]] +url = "https://github.com/Tierion/btc-bridge" + [[repo]] url = "https://github.com/Tierion/chainpoint-node-src" @@ -21,12 +27,24 @@ url = "https://github.com/Tierion/exp-leader-election" [[repo]] url = "https://github.com/Tierion/hashapi-lib-node" +[[repo]] +url = "https://github.com/Tierion/ln-service" + +[[repo]] +url = "https://github.com/Tierion/lnd" + +[[repo]] +url = "https://github.com/Tierion/lnrpc-node-client" + [[repo]] url = "https://github.com/Tierion/merkle-tools" [[repo]] url = "https://github.com/Tierion/node-influx" +[[repo]] +url = "https://github.com/Tierion/now-boltwall" + [[repo]] url = "https://github.com/Tierion/pymerkletools" diff --git a/data/ecosystems/t/totle.toml b/data/ecosystems/t/totle.toml index 1d102610..b0619e1e 100644 --- a/data/ecosystems/t/totle.toml +++ b/data/ecosystems/t/totle.toml @@ -6,6 +6,9 @@ sub_ecosystems = [] github_organizations = ["https://github.com/TotlePlatform"] # Repositories +[[repo]] +url = "https://github.com/TotlePlatform/AirSwap.js" + [[repo]] url = "https://github.com/TotlePlatform/contracts" diff --git a/data/ecosystems/u/unlimitedtower.toml b/data/ecosystems/u/unlimitedtower.toml index fcbb35cd..31ca0bcd 100644 --- a/data/ecosystems/u/unlimitedtower.toml +++ b/data/ecosystems/u/unlimitedtower.toml @@ -11,3 +11,6 @@ url = "https://github.com/DevToothCrew/DevTooth_NFT_Tokens" [[repo]] url = "https://github.com/DevToothCrew/eos_book_example" + +[[repo]] +url = "https://github.com/DevToothCrew/UnlimitedTower" diff --git a/data/ecosystems/u/utrust.toml b/data/ecosystems/u/utrust.toml index 4d926d2d..ef1d544b 100644 --- a/data/ecosystems/u/utrust.toml +++ b/data/ecosystems/u/utrust.toml @@ -9,6 +9,9 @@ github_organizations = ["https://github.com/utrustdev"] [[repo]] url = "https://github.com/utrustdev/analytics-elixir" +[[repo]] +url = "https://github.com/utrustdev/aws-ecr-orb" + [[repo]] url = "https://github.com/utrustdev/bamboo" diff --git a/data/ecosystems/v/v-systems.toml b/data/ecosystems/v/v-systems.toml index 0bdb893c..56275e91 100644 --- a/data/ecosystems/v/v-systems.toml +++ b/data/ecosystems/v/v-systems.toml @@ -21,6 +21,9 @@ url = "https://github.com/virtualeconomy/java-v-sdk" [[repo]] url = "https://github.com/virtualeconomy/js-v-min-sdk" +[[repo]] +url = "https://github.com/virtualeconomy/js-v-sdk" + [[repo]] url = "https://github.com/virtualeconomy/ledger-app-vsystems"