https://github.com/drowzy/consensus
https://github.com/drowzy/consensus
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/drowzy/consensus
- Owner: drowzy
- Created: 2016-09-24T10:48:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-09-24T13:07:23.000Z (over 9 years ago)
- Last Synced: 2025-02-16T11:14:10.051Z (over 1 year ago)
- Language: Elixir
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Consensus
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
1. Add `consensus` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:consensus, "~> 0.1.0"}]
end
```
2. Ensure `consensus` is started before your application:
```elixir
def application do
[applications: [:consensus]]
end
```