taproot-glby-sdk
v0.3.0
Published
This sdk is a fork of the Bitcoin Ordinals SDK by [Generative XYZ](https://generative.xyz).
Downloads
1
Readme
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:
- Install node (v18 recommended)
- Install yarn or npm
Installation
- Get started:
touch .env.local
- Install dependencies:
yarn install
- Start development server
yarn dev
- Build
yarn build
- Run test
npx ts-node src/foo.ts