This application presents capabilities of the new Nostr-PHP library
This is experimental software in early development
- Generate Keys
- Convert Keys
- Publish a Note
- Add Relays
- Clone the repo
git clone https://github.com/pj8912/nostrdev.git
- Create Database
~/$ cd nostrdev
~/nostrdev$ php create_database.php
- composer install
~/nostrdev$ composer install
php -S localhost:4000
The goal of this app is to demonstrate the capabilities of the Nostr-PHP library. Contributions are always welcome, no matter how large or small. Pull requests are always welcome, and I'll do my best to do reviews as fast as I can.
In the case of a bug report, bugfix or a suggestions, please feel very free to open an issue too.