sigma0-dev / zkbitcoin

zkBitcoin: zero-knowledge proofs on Bitcoin!
MIT License
164 stars 32 forks source link

add sanction list of UTXO/bitcoin address to remain compliant #5

Closed mimoo closed 9 months ago

mimoo commented 10 months ago

I think there are some OFAC lists somewhere of addresses or UTXO we're not supposed to interact with, we should make sure we don't ever go to production without taking that into account

ppoliani commented 10 months ago

There is a tool that we can look into to take some ideas https://github.com/0xB10C/ofac-sanctioned-digital-currency-addresses.

It extracts sanctioned addresses from this official repository https://ofac.treasury.gov/specially-designated-nationals-and-blocked-persons-list-sdn-human-readable-lists.

I can look into this if no one else is working on it.

mimoo commented 10 months ago

that would be awesome!

ppoliani commented 9 months ago

@mimoo I think we can close this issue.