Post
Topic
Board Development & Technical Discussion
Re: BitIDE - TapScript IDE with Local Testnet, Explorer and Custom Op Codes (P2TR)
by
cmpeq
on 30/01/2024, 10:39:09 UTC
Just released BitIDE 0.7.0 which includes bug fixes and support for Liquid BTC + a new docker image running a local Elements 23.2.1 regtest testnet.

To upgrade to the latest version of BitIDE, run:
Code:
docker pull qedprotocol/bitide:latest
docker run -p 1337:1337 -it --rm qedprotocol/bitide:latest

To start a Liquid/Elements regtest + install the Liquid compatible version of BitIDE, run:
Code:
docker pull qedprotocol/bitide-liquid:latest
docker run -p 1337:1337 -it --rm qedprotocol/bitide-liquid:latest

You can also change the vm mode in the web version of BitIDE by selecting "Liquid" in the new IDE Settings tab:



Currently supported Elements/Liquid only op codes:
  • OP_ADD64
  • OP_SUB64
  • OP_DIV64
  • OP_MUL64
  • OP_LESSTHAN64
  • OP_GREATERTHAN64
  • OP_LESSTHANOREQUAL64
  • OP_GREATERTHANOREQUAL64
  • OP_NEG64
  • OP_SCRIPTNUMTOLE64
  • OP_LE64TOSCRIPTNUM
  • OP_LE32TOLE64
  • OP_OR
  • OP_XOR
  • OP_AND
  • OP_CAT

More will be added soon!