earthwallet / taproot-sdk

Bitcoin Taproot SDK
9 stars 3 forks source link

Taproot SDK

This sdk is a fork of the Bitcoin Ordinals SDK by Generative XYZ.

Requirements

The following dependencies are required to build and run this project, depending on your OS, they may already be installed:

Installation

  1. Get started:
    touch .env.local
  2. Install dependencies:
    yarn install
  3. Start development server
    yarn dev
  4. Build
    yarn build
  5. Run test
    npx ts-node src/foo.ts