mirror of
https://github.com/aljazceru/crypto-ecosystems.git
synced 2025-12-18 14:14:19 +01:00
Updates to Ethereum taxonomy
New repos, ethereum consensus and execution sub ecosystems
This commit is contained in:
124
data/ecosystems/e/ethereum-consensus.toml
Normal file
124
data/ecosystems/e/ethereum-consensus.toml
Normal file
@@ -0,0 +1,124 @@
|
||||
# Ecosystem Level Information
|
||||
title = "Ethereum Consensus"
|
||||
|
||||
sub_ecosystems = []
|
||||
|
||||
github_organizations = []
|
||||
|
||||
# Repositories
|
||||
[[repo]]
|
||||
url = "https://github.com/ChainSafe/lodestar"
|
||||
tags = ["Protocol"]
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/ConsenSys/teku"
|
||||
tags = ["Protocol"]
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/ethereum/eth2.0-specs"
|
||||
tags = ["Documentation"]
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/ethereum/trinity-eth2"
|
||||
tags = ["Protocol"]
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/gobitfly/eth2-beaconchain-explorer"
|
||||
tags = ["Developer Tool"]
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/gobitfly/eth2-knowledge-base"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/harmony-dev/beacon-chain-java"
|
||||
tags = ["Protocol"]
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/NethermindEth/cortex"
|
||||
tags = ["Protocol"]
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/paritytech/shasper"
|
||||
tags = ["Protocol"]
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/prysmaticlabs/bls-eth-go-binary"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/prysmaticlabs/design-documents"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/prysmaticlabs/documentation"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/prysmaticlabs/eth1-mock-rpc"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/prysmaticlabs/eth2.0-spec-tests"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/prysmaticlabs/ethereumapis"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/prysmaticlabs/go-bitfield"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/prysmaticlabs/go-ssz"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/prysmaticlabs/neverslashed"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/prysmaticlabs/ng-boilerplate"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/prysmaticlabs/protoc-gen-go-cast"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/prysmaticlabs/prysm"
|
||||
tags = ["Protocol"]
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/prysmaticlabs/prysm-light"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/prysmaticlabs/prysm-testnet-site"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/prysmaticlabs/prysm-web-ui"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/prysmaticlabs/prysmaticlabs.gitbook.io"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/prysmaticlabs/PrysmBot"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/prysmaticlabs/remote-signer"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/prysmaticlabs/validator-ui"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/prysmaticlabs/website"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/prysmaticlabs/yaml-to-go"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/sigp/beacon-fuzz"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/sigp/lighthouse"
|
||||
tags = ["Protocol"]
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/stakefish/eth2-batch-deposit"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/status-im/nimbus-eth2"
|
||||
tags = ["Protocol"]
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/yeeth/BeaconChain.swift"
|
||||
tags = ["Protocol"]
|
||||
37
data/ecosystems/e/ethereum-execution.toml
Normal file
37
data/ecosystems/e/ethereum-execution.toml
Normal file
@@ -0,0 +1,37 @@
|
||||
# Ecosystem Level Information
|
||||
title = "Ethereum Execution"
|
||||
|
||||
sub_ecosystems = []
|
||||
|
||||
github_organizations = []
|
||||
|
||||
# Repositories
|
||||
[[repo]]
|
||||
url = "https://github.com/akula-bft/akula"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/bluealloy/revm"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/ethereum/go-ethereum"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/ethereum/py-evm"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/hyperledger/besu"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/ledgerwatch/erigon"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/mana-ethereum/mana"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/NethermindEth/nethermind"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/openethereum/openethereum"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/rust-blockchain/evm"
|
||||
@@ -191,6 +191,8 @@ sub_ecosystems = [
|
||||
"Enzyme Finance",
|
||||
"Erasure",
|
||||
"Ether Cards",
|
||||
"Ethereum Consensus",
|
||||
"Ethereum Execution",
|
||||
"Ethereum Name Service",
|
||||
"Ethermon",
|
||||
"Ethernity Chain",
|
||||
@@ -913,6 +915,9 @@ url = "https://github.com/commons-stack/commons-simulator"
|
||||
[[repo]]
|
||||
url = "https://github.com/commons-stack/commons-stack-assets"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/commons-stack/commonsprize"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/commons-stack/CommonsStackBot"
|
||||
|
||||
@@ -931,6 +936,9 @@ url = "https://github.com/commons-stack/coodcad"
|
||||
[[repo]]
|
||||
url = "https://github.com/commons-stack/cslove-dshop"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/commons-stack/cstk-subgraph"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/commons-stack/cstk-token"
|
||||
|
||||
@@ -955,6 +963,12 @@ url = "https://github.com/commons-stack/iteration0"
|
||||
[[repo]]
|
||||
url = "https://github.com/commons-stack/moloch"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/commons-stack/praise"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/commons-stack/praise-web"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/commons-stack/Sept-1-Snapshot"
|
||||
|
||||
@@ -1041,9 +1055,15 @@ tags = ["Dapp"]
|
||||
url = "https://github.com/cryptominingwar/cryptominingwar.github.io"
|
||||
tags = ["Dapp"]
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/crytic/abdk-libraries-solidity"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/crytic/addressarrayutils_demo"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/crytic/amarna"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/crytic/awesome-ethereum-security"
|
||||
|
||||
@@ -1333,6 +1353,9 @@ url = "https://github.com/dapphub/dapptools"
|
||||
[[repo]]
|
||||
url = "https://github.com/dapphub/DHE"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/dapphub/dmap"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/dapphub/dmap-legacy3"
|
||||
|
||||
@@ -1760,6 +1783,9 @@ url = "https://github.com/dappnode/DAppNodePackage-kovan"
|
||||
[[repo]]
|
||||
url = "https://github.com/dappnode/DAppNodePackage-lighthouse"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/dappnode/DAppNodePackage-lighthouse-kiln"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/dappnode/DAppNodePackage-lighthouse-medalla-beacon-chain"
|
||||
|
||||
@@ -1847,6 +1873,9 @@ url = "https://github.com/dappnode/DAppNodePackage-ropsten"
|
||||
[[repo]]
|
||||
url = "https://github.com/dappnode/DAppNodePackage-rotki"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/dappnode/DAppNodePackage-sepolia-geth"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/dappnode/DAppNodePackage-SSV"
|
||||
|
||||
@@ -1862,6 +1891,9 @@ url = "https://github.com/dappnode/DAppNodePackage-swarm"
|
||||
[[repo]]
|
||||
url = "https://github.com/dappnode/DAppNodePackage-Teku"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/dappnode/DAppNodePackage-teku-gnosis"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/dappnode/DAppNodePackage-Teku-Prater"
|
||||
|
||||
@@ -1892,6 +1924,12 @@ url = "https://github.com/dappnode/DAppNodePackage-turbo-geth"
|
||||
[[repo]]
|
||||
url = "https://github.com/dappnode/DAppNodePackage-vipnode"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/dappnode/DAppNodePackage-web3signer-gnosis"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/dappnode/DAppNodePackage-web3signer-kiln"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/dappnode/DAppNodePackage-web3signer-prater"
|
||||
|
||||
@@ -1970,9 +2008,15 @@ url = "https://github.com/dappnode/dyndns-server"
|
||||
[[repo]]
|
||||
url = "https://github.com/dappnode/ens-manager"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/dappnode/eth2-keymanager-frontend"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/dappnode/eth2-nft-challenge"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/dappnode/eth2-pubkeys-autocheck"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/dappnode/explorer"
|
||||
|
||||
@@ -1982,9 +2026,18 @@ url = "https://github.com/dappnode/fallback-core-update"
|
||||
[[repo]]
|
||||
url = "https://github.com/dappnode/gbc-deposit-ui"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/dappnode/GBC_claims"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/dappnode/incentive_program_claim"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/dappnode/IncentiveProgram-deposit-contract"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/dappnode/liquidity-mining-v2"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/dappnode/merkle-distributor"
|
||||
|
||||
@@ -2003,9 +2056,15 @@ url = "https://github.com/dappnode/otp.github.io"
|
||||
[[repo]]
|
||||
url = "https://github.com/dappnode/panvala-bot"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/dappnode/QA"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/dappnode/sdk-publish"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/dappnode/sdk-publish-apm"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/dappnode/snapshot.js"
|
||||
|
||||
@@ -2042,6 +2101,9 @@ url = "https://github.com/databrokerglobal/bountyredeem-dapp"
|
||||
[[repo]]
|
||||
url = "https://github.com/databrokerglobal/data-crowdsale-contracts"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/databrokerglobal/databroker_new"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/databrokerglobal/databrokerdao-custom-dapi"
|
||||
|
||||
@@ -2118,36 +2180,75 @@ tags = ["Dapp"]
|
||||
[[repo]]
|
||||
url = "https://github.com/deep-stack/assemblyscript"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/deep-stack/chiba-clonk"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/deep-stack/cosmjs"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/deep-stack/dapptools"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/deep-stack/dxns"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/deep-stack/dxns-registry-client"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/deep-stack/eth-ipfs-state-validator"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/deep-stack/eth-localnet"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/deep-stack/eth-statediff-fill-service"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/deep-stack/eth-statediff-service"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/deep-stack/ethereum"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/deep-stack/foundry-test"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/deep-stack/go-eth-state-node-iterator"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/deep-stack/go-ethereum"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/deep-stack/group-cache-poc"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/deep-stack/ipfs-ethdb"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/deep-stack/ipld-eth-db"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/deep-stack/ipld-eth-db-validator"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/deep-stack/ipld-eth-server"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/deep-stack/ipld-eth-state-snapshot"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/deep-stack/leveldb-ethdb-rpc"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/deep-stack/merkle-patricia-trie"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/deep-stack/pg-boss"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/deep-stack/stack-orchestrator"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/deep-stack/token-distribution"
|
||||
|
||||
@@ -2168,6 +2269,12 @@ url = "https://github.com/dethcrypto/bn.js-typings"
|
||||
[[repo]]
|
||||
url = "https://github.com/dethcrypto/deth"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/dethcrypto/dethcode"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/dethcrypto/dethtools"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/dethcrypto/earl"
|
||||
|
||||
@@ -2183,9 +2290,15 @@ url = "https://github.com/dethcrypto/ethereumjs-vm"
|
||||
[[repo]]
|
||||
url = "https://github.com/dethcrypto/evm-ts"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/dethcrypto/hardhat"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/dethcrypto/landing"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/dethcrypto/tools"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/dethcrypto/truffle-typechain-example"
|
||||
|
||||
@@ -2544,6 +2657,9 @@ url = "https://github.com/ethereum/browser-solidity"
|
||||
[[repo]]
|
||||
url = "https://github.com/ethereum/btcrelay"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/ethereum/builder-specs"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/ethereum/cable"
|
||||
|
||||
@@ -2968,6 +3084,9 @@ url = "https://github.com/ethereum/libwhisper"
|
||||
[[repo]]
|
||||
url = "https://github.com/ethereum/mantis-apache2"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/ethereum/merge-testnet-verifier"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/ethereum/meteor-dapp-catalog"
|
||||
|
||||
@@ -3061,6 +3180,9 @@ url = "https://github.com/ethereum/profiling"
|
||||
[[repo]]
|
||||
url = "https://github.com/ethereum/public-attacknets"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/ethereum/public-disclosures"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/ethereum/py-evm"
|
||||
tags = ["Protocol"]
|
||||
@@ -3272,6 +3394,9 @@ url = "https://github.com/ethereum/ssv"
|
||||
[[repo]]
|
||||
url = "https://github.com/ethereum/stake-voice"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/ethereum/staking-deposit-cli"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/ethereum/staking-launchpad"
|
||||
|
||||
@@ -3445,6 +3570,9 @@ url = "https://github.com/ethers-io/ethers.objc"
|
||||
[[repo]]
|
||||
url = "https://github.com/ethers-io/EthersWallet-ios"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/ethers-io/testcase-generation-scripts"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/ethers-io/tutorial-simplestore"
|
||||
|
||||
@@ -3469,6 +3597,9 @@ url = "https://github.com/ethersphere/bee-clef"
|
||||
[[repo]]
|
||||
url = "https://github.com/ethersphere/bee-dashboard"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/ethersphere/bee-desktop"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/ethersphere/bee-diagrams"
|
||||
|
||||
@@ -3724,6 +3855,9 @@ url = "https://github.com/ethersphere/nonce-reset"
|
||||
[[repo]]
|
||||
url = "https://github.com/ethersphere/odoosh"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/ethersphere/onboarding-faucet"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/ethersphere/price-oracle"
|
||||
|
||||
@@ -3739,6 +3873,9 @@ url = "https://github.com/ethersphere/repo-maintainer"
|
||||
[[repo]]
|
||||
url = "https://github.com/ethersphere/repo-sync-action"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/ethersphere/repos"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/ethersphere/resolver"
|
||||
|
||||
@@ -3775,6 +3912,9 @@ url = "https://github.com/ethersphere/swap-swear-and-swindle"
|
||||
[[repo]]
|
||||
url = "https://github.com/ethersphere/swarm"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/ethersphere/swarm-actions"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/ethersphere/swarm-architecture-orange-paper"
|
||||
|
||||
@@ -4285,6 +4425,9 @@ url = "https://github.com/flashbots/aleth"
|
||||
[[repo]]
|
||||
url = "https://github.com/flashbots/beacon-APIs"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/flashbots/builder"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/flashbots/consensus-specs"
|
||||
|
||||
@@ -4294,6 +4437,9 @@ url = "https://github.com/flashbots/curve-based-bundle-pricing"
|
||||
[[repo]]
|
||||
url = "https://github.com/flashbots/docs"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/flashbots/EIP-712-swap-PoC"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/flashbots/erigon"
|
||||
|
||||
@@ -4318,6 +4464,9 @@ url = "https://github.com/flashbots/flashbots-docs"
|
||||
[[repo]]
|
||||
url = "https://github.com/flashbots/flashbots-repository-template"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/flashbots/go-boost-utils"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/flashbots/go-utils"
|
||||
|
||||
@@ -4366,6 +4515,9 @@ url = "https://github.com/flashbots/mev-research"
|
||||
[[repo]]
|
||||
url = "https://github.com/flashbots/mev-transparency"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/flashbots/optimism"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/flashbots/pm"
|
||||
|
||||
@@ -4396,6 +4548,9 @@ url = "https://github.com/flashbots/simple-arbitrage"
|
||||
[[repo]]
|
||||
url = "https://github.com/flashbots/test"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/flashbots/uniswap-interface"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/flashbots/web3-flashbots"
|
||||
|
||||
@@ -4919,6 +5074,9 @@ url = "https://github.com/NethermindEth/homebrew-nethermind"
|
||||
[[repo]]
|
||||
url = "https://github.com/NethermindEth/int256"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/NethermindEth/Intern-Drop"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/NethermindEth/juno"
|
||||
|
||||
@@ -4967,6 +5125,9 @@ url = "https://github.com/NethermindEth/nethermind.packager"
|
||||
[[repo]]
|
||||
url = "https://github.com/NethermindEth/nethersolc"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/NethermindEth/netherverse"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/NethermindEth/nsec"
|
||||
|
||||
@@ -4982,6 +5143,12 @@ url = "https://github.com/NethermindEth/posdao-contracts"
|
||||
[[repo]]
|
||||
url = "https://github.com/NethermindEth/posdao-test-setup"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/NethermindEth/posgonitor"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/NethermindEth/posmoni"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/NethermindEth/ppa-setup"
|
||||
|
||||
@@ -4991,6 +5158,12 @@ url = "https://github.com/NethermindEth/ray-tracing-bundles"
|
||||
[[repo]]
|
||||
url = "https://github.com/NethermindEth/research"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/NethermindEth/research-mnemonic"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/NethermindEth/research-mnemonic-public"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/NethermindEth/rocksdb-sharp"
|
||||
|
||||
@@ -5030,12 +5203,18 @@ url = "https://github.com/NethermindEth/timber"
|
||||
[[repo]]
|
||||
url = "https://github.com/NethermindEth/truffleTest"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/NethermindEth/underhanded-cairo-contest"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/NethermindEth/Validator-Block-Production-Tracking"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/NethermindEth/validators-alerting-service"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/NethermindEth/vm-request-slack-bot"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/NethermindEth/warp"
|
||||
|
||||
@@ -5045,6 +5224,9 @@ url = "https://github.com/NethermindEth/warp-benchmark"
|
||||
[[repo]]
|
||||
url = "https://github.com/NethermindEth/warp-build-action"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/NethermindEth/warp-ts-benchmark"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/NethermindEth/WarpTemplates"
|
||||
|
||||
@@ -5408,6 +5590,9 @@ url = "https://github.com/overlay-market/overlay-risk"
|
||||
[[repo]]
|
||||
url = "https://github.com/overlay-market/overlay-sourcecred"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/overlay-market/overlay-sourcecred-contributions"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/overlay-market/overlay-taskboard"
|
||||
|
||||
@@ -5423,6 +5608,9 @@ url = "https://github.com/overlay-market/overlay-v1-sdk"
|
||||
[[repo]]
|
||||
url = "https://github.com/overlay-market/overlay-v1-subgraph"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/overlay-market/planckcat-interface"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/overlay-market/planckcat-subgraph"
|
||||
|
||||
@@ -5453,6 +5641,18 @@ url = "https://github.com/overlay-market/v0-subgraph"
|
||||
[[repo]]
|
||||
url = "https://github.com/overlay-market/v1-core"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/overlay-market/v1-liquidator"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/overlay-market/v1-periphery"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/overlay-market/v1-subgraph"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/overlay-market/v1-vaults"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/overlay-market/v3-staker"
|
||||
|
||||
@@ -5760,6 +5960,12 @@ url = "https://github.com/pipeos-one/etherscan-scraper"
|
||||
[[repo]]
|
||||
url = "https://github.com/pipeos-one/evmasm"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/pipeos-one/formulajs"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/pipeos-one/fortune-sheet"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/pipeos-one/goldengate"
|
||||
|
||||
@@ -6117,6 +6323,12 @@ url = "https://github.com/rainbow-me/eth-trezor-keyring"
|
||||
[[repo]]
|
||||
url = "https://github.com/rainbow-me/fee-suggestions"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/rainbow-me/genqlient"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/rainbow-me/github-tag-action"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/rainbow-me/make-color-more-chill"
|
||||
|
||||
@@ -6150,6 +6362,12 @@ url = "https://github.com/rainbow-me/rainbow-playa"
|
||||
[[repo]]
|
||||
url = "https://github.com/rainbow-me/rainbow-token-list"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/rainbow-me/rainbowkit"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/rainbow-me/rainbowkit-examples"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/rainbow-me/react-native-animated-charts"
|
||||
|
||||
@@ -6463,6 +6681,9 @@ url = "https://github.com/sigp/E2E"
|
||||
[[repo]]
|
||||
url = "https://github.com/sigp/ecies-parity"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/sigp/enr"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/sigp/eth2-testnets"
|
||||
|
||||
@@ -6511,6 +6732,9 @@ url = "https://github.com/sigp/incubator-milagro-crypto-rust"
|
||||
[[repo]]
|
||||
url = "https://github.com/sigp/leveldb"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/sigp/libmdbx-rs"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/sigp/libsecp256k1"
|
||||
|
||||
@@ -6707,6 +6931,9 @@ tags = ["Dapp"]
|
||||
url = "https://github.com/snailking/snailtroi"
|
||||
tags = ["Dapp"]
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/solidstate-network/abdk-math-extensions"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/solidstate-network/hardhat-4byte-uploader"
|
||||
|
||||
@@ -7021,6 +7248,9 @@ url = "https://github.com/trailofbits/manticore"
|
||||
[[repo]]
|
||||
url = "https://github.com/trailofbits/not-so-smart-contracts"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/transmute-industries/.github"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/transmute-industries/api.did.actor"
|
||||
|
||||
@@ -7099,6 +7329,12 @@ url = "https://github.com/transmute-industries/did-web"
|
||||
[[repo]]
|
||||
url = "https://github.com/transmute-industries/dilithium"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/transmute-industries/dilithium-key-pair"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/transmute-industries/dla.paper.transmute.vc"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/transmute-industries/EcdsaKoblitzSignature2016"
|
||||
|
||||
@@ -7237,6 +7473,9 @@ url = "https://github.com/transmute-industries/PROPOSAL-EcdsaKoblitzSignature201
|
||||
[[repo]]
|
||||
url = "https://github.com/transmute-industries/provider-engine"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/transmute-industries/public-credential-registry-template"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/transmute-industries/pubs"
|
||||
|
||||
@@ -7327,6 +7566,9 @@ url = "https://github.com/transmute-industries/typescript-truffle-lib"
|
||||
[[repo]]
|
||||
url = "https://github.com/transmute-industries/universal-wallet"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/transmute-industries/v.jsld.org"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/transmute-industries/vc-greeting-card"
|
||||
|
||||
@@ -7342,6 +7584,9 @@ url = "https://github.com/transmute-industries/vc.js"
|
||||
[[repo]]
|
||||
url = "https://github.com/transmute-industries/vc.transmute.world"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/transmute-industries/verifiable-actions"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/transmute-industries/verifiable-data"
|
||||
|
||||
@@ -7351,6 +7596,9 @@ url = "https://github.com/transmute-industries/veritas"
|
||||
[[repo]]
|
||||
url = "https://github.com/transmute-industries/web-app-starter-kit"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/transmute-industries/xmss"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/transmute-industries/zcap-http-server-starter"
|
||||
|
||||
@@ -7370,6 +7618,9 @@ tags = ["Documentation"]
|
||||
[[repo]]
|
||||
url = "https://github.com/ultra-koder/JobMarket"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/umbracle/custodian"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/umbracle/ecies"
|
||||
|
||||
@@ -7382,12 +7633,24 @@ url = "https://github.com/umbracle/eth-indexer"
|
||||
[[repo]]
|
||||
url = "https://github.com/umbracle/eth-jsonrpc"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/umbracle/eth-jsonrpc-server"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/umbracle/eth2-validator"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/umbracle/ethgo"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/umbracle/fastrlp"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/umbracle/go-eth-bn256"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/umbracle/go-evm"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/umbracle/go-web3"
|
||||
|
||||
@@ -7507,6 +7770,9 @@ url = "https://github.com/web3j/go-bsc-precompiles"
|
||||
[[repo]]
|
||||
url = "https://github.com/web3j/homebrew-web3j"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/web3j/Intellij-solidity-debugger"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/web3j/ion"
|
||||
|
||||
@@ -7626,6 +7892,9 @@ tags = ["Dapp"]
|
||||
url = "https://github.com/willitscale/learning-solidity"
|
||||
tags = ["Developer Tool"]
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/wolflo/evm-opcodes"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/xaya/xaya"
|
||||
tags = ["Dapp"]
|
||||
@@ -7701,6 +7970,12 @@ tags = ["Dapp"]
|
||||
[[repo]]
|
||||
url = "https://github.com/zeropoolnetwork/fawkes-crypto"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/zircon-tech/awesome-zircon"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/zircon-tech/aws-eb-setup"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/zircon-tech/baustelle-web"
|
||||
|
||||
@@ -7710,6 +7985,12 @@ url = "https://github.com/zircon-tech/blockcerts-verifier"
|
||||
[[repo]]
|
||||
url = "https://github.com/zircon-tech/captchav3-example"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/zircon-tech/cpp-development"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/zircon-tech/DGA-staking"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/zircon-tech/eth-erc20"
|
||||
|
||||
@@ -7731,6 +8012,9 @@ url = "https://github.com/zircon-tech/react-boilerplate"
|
||||
[[repo]]
|
||||
url = "https://github.com/zircon-tech/react-native-boilerplate"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/zircon-tech/reactjs-boilerplate"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/zircon-tech/scoring-dapp"
|
||||
|
||||
@@ -7752,6 +8036,9 @@ url = "https://github.com/zircon-tech/zircontech-frontend"
|
||||
[[repo]]
|
||||
url = "https://github.com/zkopru-network/blind-find"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/zkopru-network/debug-helper"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/zkopru-network/docs"
|
||||
|
||||
@@ -7784,3 +8071,6 @@ url = "https://github.com/zkopru-network/website"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/zkopru-network/zkopru"
|
||||
|
||||
[[repo]]
|
||||
url = "https://github.com/zkopru-network/zkopru-extension"
|
||||
|
||||
Reference in New Issue
Block a user