Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/okp4/nemeton-leaderboard
🧙♂️ The Nemeton program leaderboard service 🏆
https://github.com/okp4/nemeton-leaderboard
druid incentive-program leaderboard
Last synced: 4 days ago
JSON representation
🧙♂️ The Nemeton program leaderboard service 🏆
- Host: GitHub
- URL: https://github.com/okp4/nemeton-leaderboard
- Owner: okp4
- License: bsd-3-clause
- Created: 2022-11-16T15:18:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-25T20:22:15.000Z (5 months ago)
- Last Synced: 2024-08-01T13:31:25.720Z (3 months ago)
- Topics: druid, incentive-program, leaderboard
- Language: Go
- Homepage: https://nemeton.okp4.network/
- Size: 1.29 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ccamel - okp4/nemeton-leaderboard - 🧙♂️ The Nemeton program leaderboard service 🏆 (Go)
README
# 🧙 Nemeton Leaderboard 🏆
[![nemeton github bannner](./etc/nemeton-banner.jpg)](Nemeton)
[![version](https://img.shields.io/github/v/release/okp4/nemeton-leaderboard?style=for-the-badge&logo=github)](https://github.com/okp4/nemeton-leaderboard/releases)
[![lint](https://img.shields.io/github/actions/workflow/status/okp4/nemeton-leaderboard/lint.yml?branch=main&label=lint&style=for-the-badge&logo=github)](https://github.com/okp4/nemeton-leaderboard/actions/workflows/lint.yml)
[![build](https://img.shields.io/github/actions/workflow/status/okp4/nemeton-leaderboard/build.yml?branch=main&label=build&style=for-the-badge&logo=github)](https://github.com/okp4/nemeton-leaderboard/actions/workflows/build.yml)
[![test](https://img.shields.io/github/actions/workflow/status/okp4/nemeton-leaderboard/test.yml?branch=main&label=test&style=for-the-badge&logo=github)](https://github.com/okp4/nemeton-leaderboard/actions/workflows/test.yml)
[![codecov](https://img.shields.io/codecov/c/github/okp4/nemeton-leaderboard?style=for-the-badge&token=6NL9ICGZQS&logo=codecov)](https://codecov.io/gh/okp4/nemeton-leaderboard)
[![conventional commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg?style=for-the-badge&logo=conventionalcommits)](https://conventionalcommits.org)
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg?style=for-the-badge)](https://github.com/okp4/.github/blob/main/CODE_OF_CONDUCT.md)
[![License](https://img.shields.io/badge/License-BSD_3--Clause-blue.svg?style=for-the-badge)](https://opensource.org/licenses/BSD-3-Clause)> 🧙 Leaderboard service repository for the [Nemeton program][Nemeton] - the [OKP4](OKP4) incentivized testnet program.
## Purpose
Here you'll find the source code of the leaderboard service for the [OKP4 Nemeton program](Nemeton) - the [OKP4](OKP4) incentivized testnet program that has started on November 2, 2022.
The service is in charge to count the points of each druids and expose them to the [web interface](https://github.com/okp4/nemeton-web).
## Prerequisites
- Be sure you have [Golang](https://go.dev/doc/install) installed.
- [Docker](https://docs.docker.com/engine/install/) as well if you want to use the Makefile.## Build
```sh
make build
```[Nemeton]: https://nemeton.okp4.network
[OKP4]: https://okp4.network