Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bitcoin-s/krystal-bull
https://github.com/bitcoin-s/krystal-bull
bitcoin dlc-oracle scala
Last synced: about 4 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/bitcoin-s/krystal-bull
- Owner: bitcoin-s
- License: mit
- Created: 2020-09-19T10:43:13.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-15T20:05:24.000Z (over 2 years ago)
- Last Synced: 2023-08-02T05:11:03.732Z (over 1 year ago)
- Topics: bitcoin, dlc-oracle, scala
- Language: Scala
- Homepage:
- Size: 6.11 MB
- Stars: 42
- Watchers: 3
- Forks: 13
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Krystal Bull
[![Build Status](https://github.com/bitcoin-s/krystal-bull/workflows/Compile%20Check/badge.svg)](https://github.com/bitcoin-s/krystal-bull/actions)Krystal Bull is a full featured DLC Oracle.
This project is built on top of the [Bitcoin-S](https://github.com/bitcoin-s/bitcoin-s) DLC Oracle module.![](https://i.imgur.com/sWgQ7QH.png)
## Building from source
To get started you will need Java, Scala, and some other nice tools installed, luckily the Scala team has an easy setup process!
Simply follow the instructions in [this short blog](https://www.scala-lang.org/2020/06/29/one-click-install.html) to get started.
After having these installed you simply need to clone the repo, then run with `sbt run`.
### macOS install
```
brew install scala
brew install sbt
```