Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 634 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 634 Bytes

Bitcoin on Starknet

Bitcoin on Starknet is a TypeScript library that enables reading Bitcoin data on Starknet. This package provides a flexible Bitcoin provider interface and tools to generate proofs for use with the Utu Relay smart contract on Starknet.

Features

  • Generate proofs for Bitcoin data to be used on Starknet
  • Flexible implementation allowing various Bitcoin data sources
  • Seamless integration with Starknet providers

Installation

npm install bitcoin-on-starknet

Usage

Testing

bun run test

Building

bun run build