Introducing a method to discover actively developed projects on Github.

This method can be used to discover strongly developed projects early, such as Kaspa. Projects that are actually developed for the value-add, rather than for a quick P&D.

The idea is searching for blockchain keywords (node, rpc, mainnet, testnet, dag) on Github in combination with language filters (e.g. language:rust, language:solidity, language:c++, language:c, language:typescript).

For example, searching for “dag” + “mainnet” + “language:typescript”:

  • https://github.com/search?q=dag+mainnet+language:typescript&type=code

Or, “rpc” + “mainnet” + “language:rust”:

  • https://github.com/search?q=rpc+mainnet+language%3Arust&type=code