Post
Topic
Board Development & Technical Discussion
Re: I want to get started with bitcoin script, what are some good resources?
by
HCP
on 03/04/2020, 10:04:09 UTC
Unfortunately I am not very familiar with C++. My end goal is I want to learn to create a script that can handle an escrow like service, where 2 parties can agree or disagree that the agreement is to satisfaction and if there is a disagreement then a third party can step in and mediate.
Not wanting to dull your thirst for knowledge... but isn't that sort of escrow scenario already handled by a simple 2-of-3 multisig wallet setup? Huh