Below is the list of projects I shared in my repos and short descriptions.
-
f.dnz.dev Flow View Source Fork - Flow-View-Source fork with added new features like storage browser, address auto detection etc.
-
run.dnz.dev Flow Runner - Source of https://run.dnz.dev A tool to run script and transactions on Flow.
-
Cadence Upgrader for 1.0 Changes - Upgrade your existing code easily to 1.0 changes.
-
Flow mainnet contracts - Some snapshot of flow-mainnet-contracts, and automatically upgraded to Cadence 1.0 version with Cadence Upgrader
-
cdcq - A Cadence AST Query Tool - Something like jg but for Cadence ast parsing. ( best used with
Flow mainnet contracts
snapshot ) -
A Flow Hardware wallet - First attempt at hardware wallet with ledger compatible interface. ( spoiler, picoWallet is in works.. )
-
tinyAN - Flow Access node for All - Run your access node with limited resources, query scripts on any block, remove limits. ( just couple of hundred lines of code ) ( spoiler: coming soon indexing/searching of data )
-
cadenceFmt - A Cadence code formatter - Format your cadence code
-
notebook for Cadence - Something like jupyter for Cadence. ( with mainnet/testnet access )
-
webasembly based flow playground - Flow playground in your browser with webassembly ( without any backend )
-
Some string and array utility cadence methods - Some string and array utils in cadence, inspired by golang.
-
Flow Event Dumper - Dump events from protocol state snapshots
-
Flow State Follower - Dump events from state updates ( pub/sub websocket )
-
Flow Emulator WASM - Flow Emulator compiled to wasm ( with JS interface instead of HTTP )
-
Checkpoint importer - Imports state from root.checkpoint file of spork
-
Cadence tree-sitter parser - Treesitter parser for Cadence
-
Metadata Alternative to Alchemy API - Proof of concept metadata provider.
-
Flow Multisign Vote - Minimal DAO implemented with some cadence hacks
-
FCL Vanilla - Vanilla JS & CDN compatible FCL PoC
-
Dev Wallet Static - Static compiled dev-wallet [outdated]
- Fake Badger Badger Api compatible empty package ( required when compiling emulator to wasm )