Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/smolgrrr/ourchan
censorship resistant 4chan over nostr
https://github.com/smolgrrr/ourchan
nostr
Last synced: 17 days ago
JSON representation
censorship resistant 4chan over nostr
- Host: GitHub
- URL: https://github.com/smolgrrr/ourchan
- Owner: smolgrrr
- Created: 2023-03-31T04:58:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-09T02:15:02.000Z (about 1 year ago)
- Last Synced: 2024-10-15T03:45:17.032Z (about 1 month ago)
- Topics: nostr
- Language: TypeScript
- Homepage: https://ourchan.org
- Size: 1.9 MB
- Stars: 24
- Watchers: 2
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OurChan Forum
[Gitlab](https://gitlab.com/ourchan/ourchan_react)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](https://github.com/nostr-protocol/nostr) 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 locallyThis project was bootstrapped with [Create React App](https://github.com/facebook/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](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](https://facebook.github.io/create-react-app/docs/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](https://facebook.github.io/create-react-app/docs/deployment) for more information.
## Learn More
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
To learn React, check out the [React documentation](https://reactjs.org/).