Skip to content

Commit

Permalink
chore(docs): Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kranthicodes authored Jun 27, 2023
1 parent 52935a4 commit 5855652
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions packages/sdk/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Ordit-SDK

A TypeScript SDK for Bitcoin and Ordinals.

[![NPM Version](https://img.shields.io/npm/v/@sadoprotocol/ordit-sdk?color=33cd56&logo=npm)](https://www.npmjs.com/package/@sadoprotocol/ordit-sdk)

## Installation

Ordit-SDK is available as a NPM package.

```text
npm install @sadoprotocol/ordit-sdk
```

## Usage

You can interact with Ordit-SDK using `ordit` object exposed from the package.

```text
import { ordit } from '@sadoprotocol/ordit-sdk'
```

0 comments on commit 5855652

Please sign in to comment.