https://github.com/pj8912/nostrdev
Simple nostr client built using php
https://github.com/pj8912/nostrdev
nostr nostr-php php
Last synced: about 1 year ago
JSON representation
Simple nostr client built using php
- Host: GitHub
- URL: https://github.com/pj8912/nostrdev
- Owner: pj8912
- Created: 2023-04-18T08:11:24.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-16T09:35:17.000Z (almost 3 years ago)
- Last Synced: 2025-04-06T16:49:11.488Z (about 1 year ago)
- Topics: nostr, nostr-php, php
- Language: PHP
- Homepage:
- Size: 90.8 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nostrdev

This application presents capabilities of the new [Nostr-PHP library](https://github.com/swentel/nostr-php/)
> This is experimental software in early development
## Features
- Generate Keys
- Convert Keys
- Publish a Note
- Add Relays
## Installation
- **Clone the repo**
```
git clone https://github.com/pj8912/nostrdev.git
```
- **Create Database**
```shell
~/$ cd nostrdev
~/nostrdev$ php create_database.php
```
- **composer install**
```shell
~/nostrdev$ composer install
```
### Start server
```shell
php -S localhost:4000
```
## Contribution
The goal of this app is to demonstrate the capabilities of the [Nostr-PHP](https://github.com/swentel/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.
