An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# nostrdev

![Screenshot from 2023-05-12 19-50-33](https://github.com/pj8912/nostrdev/assets/59218902/7356a310-21c4-496d-9253-7e499811e0f5)

This application presents capabilities of the new [Nostr-PHP library](https://github.com/swentel/nostr-php/)

> This is experimental software in early development

Buy Me A Coffee

## 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.