From 26c9eb8ec23a648c345091aba3ab5afb47068685 Mon Sep 17 00:00:00 2001 From: Nikko <40539492+NicolasChoukroun@users.noreply.github.com> Date: Sun, 21 Apr 2019 08:35:00 +0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e253067..6a726c4 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # altcoin-genesis -This is just a function that will generate the first transaction of a blockcahin named Genesis +This is just a function that will generate the first transaction of a blockchain: the Genesis. Found in the source of the Pura coin extracted it so that it would be easy to insert it in any altcoin based on Bitcoin. It is working regardless of the hashing algorithm you are using.