chore: update readme

This commit is contained in:
SwiftHawk 2024-05-10 15:13:47 +05:00
parent 1a0d702282
commit 54fedbc528

View File

@ -6,10 +6,11 @@ Building on the great work of Pablo: https://github.com/pablof7z/nostr-data-ven
The following Jobs are supported by this DVM:
* Get OnNostrSince Block Height
- Get OnNostrSince Block Height
- Send nPub get Block Height (from blockchain.info)
* More job types will be added in the future
- More job types will be added in the future
# Demo video
@ -20,12 +21,21 @@ https://www.youtube.com/watch?v=OJx6ExVTS7c
MIT
# Start with PM2
```sh
npm i
npm i -g pm2
```
```sh
npm run build
npm i -g pnpm
```
```sh
pnpm i
```
```sh
pnpm run build
```
```sh