01
After BIM Wallet, I independently tested a functional wallet model
After completing BIM Wallet, I did not keep abstracting it into a generic edition, nor did I begin from a defect that had to be corrected. My interest in functional programming led me to consider and test a path I had not seen in mainstream wallets at the time: the database itself is wallet fact, Actions change it through explicit arguments, and UI subscribes to and projects it. BIM Wallet and Wallet Core are parallel approaches. The former actively organizes related data inside product actions; the latter writes independent facts to DB and lets pipelines derive relations afterward.
- BIM Wallet: product flows actively organize related data and commit a batch
- Wallet Core: a separate database-centred experiment with pipeline-derived relations
- It began with an interest in functional programming, not a correction or upgrade of BIM Wallet

