Skip to content

Commit

Permalink
Unrelated to crypto
Browse files Browse the repository at this point in the history
  • Loading branch information
Emojigit committed Dec 25, 2023
1 parent 2d3c1f6 commit 5fda1df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# BCHostTrust - Reference Implementation

This repository is the reference implementation of BCHostTrust, a distributed database of domain name trustworthiness. It uses the concept of [blockchain](https://en.wikipedia.org/wiki/Blockchain), a growing list of records linked together via [cryptographic hashes](https://en.wikipedia.org/wiki/Cryptographic_hash_function), in which [SHA3](https://en.wikipedia.org/wiki/SHA-3)-256 is used in BCHostTrust. More detailed information can be found at [documents/tech_paper/README.md](https://github.com/BCHostTrust/documents/blob/master/tech_paper/README.md).

DISCLAIMER: DESPITE USING SIMILAR TECHNOLOGIES, THIS PROJECT IS NOT RELATED TO CRYPTOCURRENCY!

## Installation

To use BCHostTrust, Python 3.11 is required.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "bchosttrust"
description = "Blockchain solution to domain name trustworthy"
readme = "README.md"
version = "0.0.3"
version = "0.0.3-1"
dependencies = [
"anytree==2.12.1",
"click==8.1.7",
Expand Down

0 comments on commit 5fda1df

Please sign in to comment.