chore: update readme

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

View File

@ -1,15 +1,16 @@
# SIGit DVM
Building on the great work of Pablo: https://github.com/pablof7z/nostr-data-vending-machine
Building on the great work of Pablo: https://github.com/pablof7z/nostr-data-vending-machine
# Supported Job Types
The following Jobs are supported by this DVM:
* Get OnNostrSince Block Height
- Send nPub get Block Height (from blockchain.info)
- Get OnNostrSince Block Height
* More job types will be added in the future
- Send nPub get Block Height (from blockchain.info)
- 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