add npm install instructions

This commit is contained in:
woodser 2022-05-06 08:23:57 -04:00
parent e5aa6e0e5b
commit 5d89d3973f

View File

@ -2,6 +2,11 @@
TypeScript library for using Haveno.
## Install
1. Start a Haveno daemon (see [installing.md](https://github.com/haveno-dex/haveno/blob/master/docs/installing.md)).
2. Install haveno-ts in your project: `npm install haveno-ts`
## Sample code
```js