scalebit / OpenTap

A Node.js Lib for tapscript building, provide module, use case and demo
5 stars 0 forks source link

OpenTap

OpenTap is both a library and an integrated demo for tapscript developers. We wrapped the most commonly used tapscript as a module for developers. You can build taproot-related apps in a more easy way.

Currently, we are supporting the node.js environment, go version is on the way. The function we are currently supported:

We are working on:

DISCLAIMER: We haven’t finished our inside auditing yet, so use it at your own risk before we fully confirm the source code.

Test Environment

Before you using/testing this repo, we strongly recommend you to set up a local Bitcoin test environment (regtest). Building a test environment is tedious work, we have managed to organize and testify all the necessary steps to build it, which is much quicker to test anything compared to Bitcoin testnet. Our env include:

You can go to the ./Environment folder for all the instruction you need.

Reference