bitcoin-computer / monorepo

A Turing-complete smart contract system for Bitcoin and Litecoin
https://docs.bitcoincomputer.io/
29 stars 18 forks source link

Added BalanceContext #258

Closed jonty007 closed 2 months ago

ClemensLey commented 2 months ago

I think we only need the balance context in the wallet app, not in the components or the other apps. We want to keep all apps as simple as possible so that the code is easy to read.

ClemensLey commented 2 months ago

Looks good to me

ltardivo commented 2 months ago

Looks good