Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anyproto/any-sync-consensusnode
Implementation of consensus node from any-sync protocol
https://github.com/anyproto/any-sync-consensusnode
e2ee p2p privacy
Last synced: 1 day ago
JSON representation
Implementation of consensus node from any-sync protocol
- Host: GitHub
- URL: https://github.com/anyproto/any-sync-consensusnode
- Owner: anyproto
- License: mit
- Created: 2023-05-23T15:30:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-13T18:04:39.000Z (12 days ago)
- Last Synced: 2024-12-13T18:37:37.782Z (12 days ago)
- Topics: e2ee, p2p, privacy
- Language: Go
- Homepage: https://anytype.io
- Size: 5.38 MB
- Stars: 5
- Watchers: 9
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Any-Sync Consensus Node
Implementation of consensus node from [`any-sync`](https://github.com/anyproto/any-sync) protocol.## Building the source
To ensure compatibility, please use Go version `1.22`.To build and run the Any-Sync Consensus Node on your own server, follow these technical steps:
1. Clone the Any-Sync Consensus Node repository to your local machine.
2. Navigate to the root directory of the repository, where you will find a `Makefile`.
3. Run the following commands to install the required dependencies and build the Any-Sync Consensus Node.
```
make deps
make build
```
4. If there are no errors, the Any-Sync Consensus Node will be built and can be found in the `./bin` directory.## Running
You will need a MongoDB in replica set mode to run Any-Sync Consensus Node.Any-Sync Consensus Node requires a configuration. You can generate configuration files for your nodes with [`any-sync-network`](https://github.com/anyproto/any-sync-tools) tool.
The following options are available for running the Any-Sync Consensus Node:
- `-c` — path to config file (default `etc/any-sync-consensusnode.yml`).
- `-v` — current version.
- `-h` — help message.## Contribution
Thank you for your desire to develop Anytype together!❤️ This project and everyone involved in it is governed by the [Code of Conduct](https://github.com/anyproto/.github/blob/main/docs/CODE_OF_CONDUCT.md).
🧑💻 Check out our [contributing guide](https://github.com/anyproto/.github/blob/main/docs/CONTRIBUTING.md) to learn about asking questions, creating issues, or submitting pull requests.
🫢 For security findings, please email [[email protected]](mailto:[email protected]) and refer to our [security guide](https://github.com/anyproto/.github/blob/main/docs/SECURITY.md) for more information.
🤝 Follow us on [Github](https://github.com/anyproto) and join the [Contributors Community](https://github.com/orgs/anyproto/discussions).
---
Made by Any — a Swiss association 🇨🇭Licensed under [MIT License](./LICENSE.md).