Create a folder for tributary, the micro-blockchain

Moves tendermint again, this time under tributary.
This commit is contained in:
Luke Parker
2023-04-11 10:18:31 -04:00
parent c46cf47736
commit 09f8ac37c4
17 changed files with 40 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
[package]
name = "tributary-chain"
version = "0.1.0"
description = "A micro-blockchain to provide consensus and ordering to P2P communication"
license = "AGPL-3.0-only"
repository = "https://github.com/serai-dex/serai/tree/develop/coordinator/tributary"
authors = ["Luke Parker <lukeparker5132@gmail.com>"]
edition = "2021"
[dependencies]
tendermint = { package = "tendermint-machine", path = "./tendermint" }