ordit-sdk icon indicating copy to clipboard operation
ordit-sdk copied to clipboard

A powerful Bitcoin Ordinals-aware library written in TypeScript

Results 14 ordit-sdk issues
Sort by recently updated
recently updated
newest added

#### What this PR does / why we need it: allow royalty to be injected in constructor #### Which issue(s) does this PR fixes?: Fixes # #### Additional comments?: ####...

#### What this PR does / why we need it: This PR implements the the official [CBOR-based metadata](https://docs.ordinals.com/inscriptions/metadata.html). Once merged, Ordit-SDK will be bidding goodbye to [OIP-1](https://github.com/oipsio/oips/blob/main/oip-01-inscription-metadata.md).

#### What this PR does / why we need it: Impl inscriptions fields doc: https://docs.ordinals.com/inscriptions.html#fields #### Which issue(s) does this PR fixes?: Fixes https://github.com/sadoprotocol/ordit-sdk/issues/110 #### Additional comments?: #### Developer Checklist:...

https://docs.ordinals.com/inscriptions.html?highlight=Metaprotocol#fields

I take a look example code on this repo and noticed that should deposit reveal fund to taproot script address before build transaction. But I want to do that all...

In send.js example, ordit.transactions.createPsbt doesn't support the template.

This should be `02` instead of `03`. Y-coord should be even, according to [BIP-341](https://github.com/bitcoin/bips/blob/master/bip-0341.mediawiki). https://github.com/sadoprotocol/ordit-sdk/blob/089683ebd37f74e86ac596f924ba444ee796bccd/packages/sdk/src/browser-wallets/xverse/utils.ts#L10

#### What this PR does / why we need it: This PR adds support for Coin98 Bitcoin wallet extension. (Take over of #76)

#### What this PR does / why we need it: This PR implements the [BRC-20 tokens experiment](https://domo-2.gitbook.io/brc-20-experiment/) which is a theoretical clone of ERC-20 on Ethereum. While, ERC-20 is completely...