Skip to content

Commit

Permalink
added readme
Browse files Browse the repository at this point in the history
  • Loading branch information
0xBeycan committed Oct 3, 2024
1 parent 25986eb commit d8d8e11
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tronsocket/types",
"version": "0.1.0",
"version": "0.1.1",
"type": "module",
"main": "./src/index.ts",
"types": "./src/index.ts",
Expand Down
17 changes: 17 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# TronSocket Types

## Description

This package contains typescript interfaces for the TronSocket API.

## Installation

```bash
npm install @tronsocket/types
```

## Example

```typescript
import { Transaction } from '@tronsocket/types';
```

0 comments on commit d8d8e11

Please sign in to comment.