smolgrrr / ourchan

censorship resistant 4chan over nostr

Home Page:https://ourchan.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OurChan Forum

Gitlab

This is a fork of 4chan, rebuilt on-top of nostr. WORK-IN-PROGRESS code is messy
To steal fiatjaf's words: 'a truly censorship-resistant alternative to [4chan] that actually has a chance of working'
Read here if you're new to the nostr protocol.

This OurChan repo is just a client, the boards/threads themselves are detached from anything here. The intention is that many people run their own instances, which can be different, but follow a general standard to ensure boards/threads are kept intact and usable. If OurChan sees any meaningful use, these standards should be outlined like NIPs.

OurChan should keep the important properties and structures used on 4chan
-Posts are mostly anonymous
-Contextual thread view
-Boards to segregate topics of discussion

Boards

Make your own board under
boards from "../../constants/Const";
Create a pull request with the board's pubkey to get yours added
/g/ - 39170f7463ba96f8c5e6d063002cc5125334edaf2fdb21715eab1f43c1b6eb29

Relays

Use your own relay or different relays under
relayUrls from "../../constants/Const";
if you have implemented a PoW, captcha or pay-per-post relay, please create a pull request and i will add it to this instance



Run locally

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

yarn install

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

About

censorship resistant 4chan over nostr

https://ourchan.org


Languages

Language:TypeScript 66.1%Language:CSS 31.9%Language:HTML 1.8%Language:Nix 0.2%