Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scattered-systems/reaction
Reaction is a decentralized community space facilitating a myriad of novel engagements leveraging the scsys ecosystem to both enable as well as inspire personal and professional growth
https://github.com/scattered-systems/reaction
deso mainnet polygon scsys social-network solidity zkevm
Last synced: about 2 months ago
JSON representation
Reaction is a decentralized community space facilitating a myriad of novel engagements leveraging the scsys ecosystem to both enable as well as inspire personal and professional growth
- Host: GitHub
- URL: https://github.com/scattered-systems/reaction
- Owner: Scattered-Systems
- License: apache-2.0
- Created: 2022-10-17T16:56:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-31T06:05:41.000Z (almost 2 years ago)
- Last Synced: 2024-11-17T11:57:48.266Z (about 2 months ago)
- Topics: deso, mainnet, polygon, scsys, social-network, solidity, zkevm
- Language: Rust
- Homepage:
- Size: 67.4 KB
- Stars: 6
- Watchers: 0
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Reaction
[![Clippy](https://github.com/scattered-systems/reaction/actions/workflows/clippy.yml/badge.svg)](https://github.com/scattered-systems/reaction/actions/workflows/clippy.yml)
[![Docker](https://github.com/scattered-systems/reaction/actions/workflows/docker.yml/badge.svg)](https://github.com/scattered-systems/reaction/actions/workflows/docker.yml)
[![Rust](https://github.com/scattered-systems/reaction/actions/workflows/rust.yml/badge.svg)](https://github.com/scattered-systems/reaction/actions/workflows/rust.yml)***
Reaction is a complete decentralized social solution securely connecting users to each other and empowering them to make the most out of their portals.
## Getting Started
### Docker
Make sure you have docker installed on the target system
#### *Pull the image*
```bash
docker pull scsys/reaction:latest
```#### *Build the image locally (optional)*
```bash
docker buildx build --tag reaction:latest .
```#### *Run the image*
```bash
docker run -p 9098:9098 scsys/reaction:latest
```### Usage
```bash
```
## Contributors
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
## License
- [Apache-2.0](https://choosealicense.com/licenses/apache-2.0/)
- [MIT](https://choosealicense.com/licenses/mit/)