Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```