Skip to content

Commit

Permalink
Merge pull request #78 from vechain/update-readme-sdk
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
fabiorigam authored Oct 31, 2024
2 parents fe51ac4 + 7f50655 commit ce6bb70
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,18 @@ Typescript library to aid dApp development on VeChainThor.
[![Unit Test](https://github.com/vechain/thor-devkit.js/actions/workflows/test.yml/badge.svg)](https://github.com/vechain/thor-devkit.js/actions/workflows/test.yml)
[![Coverage Status](https://coveralls.io/repos/github/vechain/thor-devkit.js/badge.svg?branch=master)](https://coveralls.io/github/vechain/thor-devkit.js?branch=master)

> **Note** <br />
> The `thor-devkit.js` library will soon be deprecated. We encourage you to use the new [VeChain SDK](https://github.com/vechain/vechain-sdk-js).
## Prerequisites

- [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
- [Node.js](https://nodejs.org/en): minimum versions is `18`.

## Installation

To install the library, run:

```bash
npm i thor-devkit
```
Expand Down

0 comments on commit ce6bb70

Please sign in to comment.