Sources to study Bitcoin source code, more specifically its UTXO model C++ code?

1

Can anyone suggest some sources to learn about the source code of bitcoin or similar tech which are using UTXO model for their transactions.

idk

Posted 2018-06-06T12:51:16.853

Reputation: 49

1

The best way to learn is simply to read it on https://github.com/bitcoin/bitcoin/

MeshCollider 2018-06-06T13:08:07.993

Is there something in particular that interests you about it?Rich Apodaca 2018-06-06T19:51:06.090

I know the github source link but can't find out the source code of UTXO transaction model among the large pool of files.idk 2018-06-07T03:53:44.573

Yes, I'm trying to learn as much as possible about the UTXO model.idk 2018-06-07T03:56:17.950

No answers