All Projects → arcbtc → nostr

arcbtc / nostr

Licence: MIT License
No description, website, or topics provided.

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
Sass
350 projects
SCSS
7915 projects

NOSTR-twitter

Currently very buggy not even MVP, but we'll get there!

280 character limited social network using the decentralised, censorship-resistant nostr protocol.
Checkout an example running nostr.com

Easily make/restore accounts! Send encrypted private messages!

Tutorials

https://www.youtube.com/watch?v=BpvjL6pAw7o
https://www.youtube.com/watch?v=G6xFOBWI7S8

NOSTR (Notes and Other Stuff Relays) protocol

https://github.com/fiatjaf/nostr

Installing Nostr-twitter

Install Quasar

npm install -g @quasar/cli

Install the dependencies

npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Start the app in development mode as PWA (hot-code reloading, error reporting, etc.)

quasar dev -m pwa

Build the app for production

quasar build

Build the app for production as PWA

quasar build pwa

Customize the configuration

See Configuring quasar.conf.js.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].