I'm a senior engineer currently transitioning from C# to Rust
C# / .NET:
- SmoldotNET a .NET WebAssembly host implementation for the Polkadot smoldot lightclient
- SuiNet is a .NET SDK for the SUI Blockchain
- the Move Binary Reader parses a compiled Move (.mv) file
- the Vault is a backend mono-repo for a SUI dApp. It consists of a graphQL layer as well as a chain indexer
Rust:
- silkrust is a general purpose library that helps building SR_Modules with ease. It handles all network and security related topics.
- Toy Payment Engine is a simple payment engine implementation in Rust that accepts an input transaction file (provided as an .csv) and outputs the final clients and their balance.