2024-07-02 07:56:12 +00:00
2024-07-02 10:34:11 +03:00
2023-07-06 13:49:12 +02:00
2023-07-06 13:49:12 +02:00
2023-07-06 13:49:12 +02:00
2024-05-23 10:45:56 +03:00
2023-07-06 13:49:12 +02:00
2023-07-06 13:49:12 +02:00
2023-07-21 15:55:21 +02:00
2024-07-02 10:30:05 +03:00
2023-07-06 13:49:12 +02:00
2023-07-06 13:49:12 +02:00
2023-07-06 13:49:12 +02:00

SIGit DVM

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)
  • More job types will be added in the future

Demo video

https://www.youtube.com/watch?v=OJx6ExVTS7c

License

MIT

Start with PM2

npm i -g pm2
npm i -g pnpm
pnpm i
pnpm run build
pm2 start --name "Sigit-DVM" npm -- start

Make PM2 auto start on reboot

pm2 save
pm2 startup

Copy/Paste given command by the pm2

Done

To remove it from startup

pm2 unstartup systemd
Description
No description provided
Readme 608 KiB
Languages
TypeScript 100%