Post
Topic
Board Development & Technical Discussion
Merits 7 from 4 users
Re: I want to get started with bitcoin script, what are some good resources?
by
Coding Enthusiast
on 03/04/2020, 03:34:15 UTC
⭐ Merited by Quickseller (3) ,hugeblack (2) ,ETFbitcoin (1) ,o_e_l_e_o (1)
I'm in the same boat. The basics of bitcoin script language are pretty easy, the problem I've faced is the special cases and undocumented exceptions. Unfortunately the only way to fully understand scripts your only option is to look at the bitcoin core source code (C++ code), start here.

Suppose I create a timelocked script or multisig script, how do I execute that script live or on the testnet?
This answer by me may help you get started on pay to (witness) script hash script types: https://bitcoin.stackexchange.com/a/93733/87716