error-handling #7

Merged
y merged 2 commits from error-handling into master 2024-07-02 07:56:13 +00:00
Showing only changes of commit 79e338958a - Show all commits

View File

@ -6,11 +6,11 @@ Building on the great work of Pablo: https://github.com/pablof7z/nostr-data-vend
The following Jobs are supported by this DVM:
- Get OnNostrSince Block Height
- Get OnNostrSince Block Height
- Send nPub get Block Height (from blockchain.info)
- 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
@ -39,7 +39,7 @@ pnpm run build
```
```sh
pm2 start --name "Sigit-DVM" -- start
pm2 start --name "Sigit-DVM" npm -- start
```
## Make PM2 auto start on reboot