Skip to content

Releases: sadoprotocol/ordit-sdk

Ordit-SDK v0.0.2-alpha

27 Jun 04:39
Compare
Choose a tag to compare

Added

  • Split ordinals content as chunks before building witness

Fixed

  • Return XVerse browser addresses correctly
  • Make payload optional for Xverse getAddresses options

Ordit-SDK Alpha release

25 Jun 13:12
Compare
Choose a tag to compare

Summary

This is an Alpha release of Ordit SDK with following features:

  • Wallet
    • given seed, BIP39 Mnemonic and Public Key methods here will return an object with addresses and keys with balances.
  • Web Wallets
    • Unisat support
    • Xverse support
    • Metamask support
  • Signatures
    • Signing PSBT
    • Signing messages
    • verifying signed messages
  • API
    • Fetch UTXOs
    • relaying raw TX to blockchain
  • Transaction
    • Create PSBT given inputs and outputs
  • Ordinals
    • Generate commit addresses and reveal PSBTs

Features are not fully tested. Use at your own risk.