Getting Started
To get started, first install the libraries below using npm
, yarn
or pnpm
.
Then, import the libraries and use it in your code.
Installation
npm install @scure/btc-signer
npm install @noble/secp256k1
npm install @scure/base
Library Imports
import * as btc from '@scure/btc-signer'
import * as secp from '@noble/secp256k1'
import { hex } from '@scure/base'
Last updated on March 18, 2023