Removes WIP, adds social, build and version badges

This commit is contained in:
Sergi Delgado Segura 2023-02-15 12:45:19 +01:00
parent df948753d3
commit f63fd14184
No known key found for this signature in database
GPG key ID: 35DDB7126CCB7618

View file

@ -1,9 +1,12 @@
**THIS IS CURRENTLY WIP**
# The Eye of Satoshi (rust-teos)
The Eye of Satoshi is a Lightning watchtower compliant with [BOLT13](https://github.com/sr-gi/bolt13), written in Rust.
[![discord](https://img.shields.io/discord/991334710611550208?logo=discord&style=plastic)](https://discord.gg/EyVbrNMDUP)
[![build](https://img.shields.io/github/actions/workflow/status/talaia-labs/rust-teos/build.yaml?logo=github&style=plastic)](https://github.com/talaia-labs/rust-teos/actions/workflows/build.yaml)
[![release](https://img.shields.io/github/v/release/talaia-labs/rust-teos?style=plastic)](https://github.com/talaia-labs/rust-teos/releases/latest)
`rust-teos` consists of two main crates:
- `teos`: including the tower's main functionality (server-side) and a CLI. Compiling this crate will generate two binaries: `teosd` and `teos-cli`.