1.0.0 • Published 7 months ago

odltbitcoin v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months ago

omniverse library for Bitcoin

Prerequisites

  • npm
  • node >= v18
  • bitcoind
  • ord

Installation

Bitcoind

Refer to https://developer.bitcoin.org/examples/testing.html

Ord

Refer to https://github.com/ordinals/ord

Dependencies of this project

npm install

Testing

Bitcoin

npx jest ./test/bitcoin.spec.ts

Ordinals

npx jest ./test/ordinals.spec.ts

Inscriptions

Before testing, shutdown running bitcoind

rm -rf ~/.bitcoin/regtest/
bitcoind -regtest -txindex -rpcuser=a -rpcpassword=b

npx jest ./test/inscription.spec.ts

ODLT

Before testing, shutdown running bitcoind

rm -rf ~/.bitcoin/regtest/
bitcoind -regtest -txindex -rpcuser=a -rpcpassword=b

npx jest ./test/ODLT.spec.ts

How to use

Refer to test, especially ODLT.test.ts

1.0.0

7 months ago