Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/)