Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 460 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 460 Bytes

Ord Sender - Make PSBTs for sending batches of Ordinals from external wallets

Building

Workflow

Sample Configuration

settings.toml

Singlesig taproot wallet on regtest

network = "regtest"
wallet_type = "SingleSigTaproot"

[id_resolver.OrdServer]
url = "http://localhost"

Multisig taproot wallet on mainnet

network = "bitcoin"
wallet_type = "MultiSigSegwit"

[id_resolver.OrdServer]
url = "http://localhost"