Search Engine for Smart Contracts Deployed on Flow Network
Code Scout is inspired by amazing initiative of SmartContract.Codes.
Currently Flow Network have a review system in place. Every project that wants to deploy it's contracts to mainnet need to submit them for a thorough review to ensure it won't harm users or network stability. In the near future the system will be lifted, which would predictably bring the influx of harmful code to the ecosystem.
New developers tend to invent their own "wheels" instead of using stable patterns. The goal for this tool is to enable search and highlight of suchs patterns in existings projects
Often times you are looking for an address of deployed contract. If you don't have any information, except for the name of the project or single contract.
Single project can use multiple contracts - one should be able to use inner tools to group them together.
Select users - as well as original code owners - will be able to tag used patterns and add additional comments for blocks of code (think lyrics comments on Genius
You can copy/paste hash of known transaction and get information about what's happening inside of it. Ensuring you that it's safe to sign it, for example.
Whenever contract is deployed or upgraded - special system event is emitted:
flow.AccountContractAdded
flow.AccountContractUpdated
It should be possible to entry known addresses and contracts manually. It will be good to have this for a long standing contracts like FungibleToken and NonFungible tokens, which were added quite a long time ago.