What would be really cool is to see the Motoko, Rust, and eventually Azle and Kybra canister stats over time. This would be immensely insightful for us at Demergent Labs to track Azle and Kybra growth
Do you plan to have historical data? I’m mostly interested in canister numbers over time, especially for TypeScript/JavaScript and Python canisters.
Also for TypeScript, technically Azle canisters can also be JavaScript…I wonder if it’s better to display CDK names and show the languages beside that
It would be neat to see a breakdown of developer principals by language/canister type deployed.
Also, I’d be curious to learn how you’re fetching the language metadata from the canister wasm. We’d like to be able to automatically surface some of these tags to users that have added their canisters to CycleOps.
It is very cool to see a summary of the tokenomics, and the Canisters divided by programming language. I was happy to see that Rust is not that much behind from Motoko, basically 55% vs. 45% if we exclude the other languages which are very small.
One question why are the unique and total numbers so different, can you explain a bit that please?
Are you on X, or other social media platform, it would be great to follow you.
Also, did you develop this software on Motoko or Rust? My guess is Motoko.
Unique means unique wasm module.
Many of the canisters are frontend canisters(~500k) with the same wasm module(built with Rust).
There can also be multiple nft/token canisters deployed with the same wasm module.
Same for the open chat canisters deployed for each user/group.
I just followed @mops_one on X, I hope that is you!
It does seem unusual that there are so many front-end canisters, is there a way to distinguish between front-end and back end?
IMHO front-end is the weakest part of the Internet Computer, performance is better now, but still slower than most servers and clouds. Backend however is another story, the IC backend is orders of magnitude faster, and more powerful than almost all blockchains, I say almost to concede maybe there is an exception, but so far it is the fastest blockchain backend that I know of.
So there should be A LOT of backend canisters… is there a way to find out, are there that many frontends?! Hey, I might be wrong and everyone uses the frontend!!!