Skip to content

Commit

Permalink
readme tech paper
Browse files Browse the repository at this point in the history
  • Loading branch information
Emojigit committed Dec 25, 2023
1 parent 1270214 commit 2d3c1f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# 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.

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).
## Installation

To use BCHostTrust, Python 3.11 is required.
Expand Down
2 changes: 1 addition & 1 deletion bchosttrust/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# The legal text of GPLv3 and LGPLv3 can be found at
# bchosttrust/gpl-3.0.txt and bchosttrust/lgpl-3.0.txt respectively.

__version__ = "0.0.1"
__version__ = "0.0.3"

__all__ = (
"utils",
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.2"
version = "0.0.3"
dependencies = [
"anytree==2.12.1",
"click==8.1.7",
Expand Down

0 comments on commit 2d3c1f6

Please sign in to comment.