diff options
author | Yigit Sever | 2021-04-16 15:47:33 +0300 |
---|---|---|
committer | Yigit Sever | 2021-04-16 15:47:33 +0300 |
commit | 4805d4006c697528285fadfcf1b52dc84f6d1069 (patch) | |
tree | 3c2b88ff20edac489e5f4d17663261d4d4700c32 /site/content | |
parent | 12f8961e233e11488747c678c9c3d6a1033e8d9e (diff) | |
parent | 9accc6708297aa6df881a3c13222052a2209ea0d (diff) | |
download | gradecoin-4805d4006c697528285fadfcf1b52dc84f6d1069.tar.gz gradecoin-4805d4006c697528285fadfcf1b52dc84f6d1069.tar.bz2 gradecoin-4805d4006c697528285fadfcf1b52dc84f6d1069.zip |
Merge remote-tracking branch 'origin/main'
Diffstat (limited to 'site/content')
-rw-r--r-- | site/content/misc_docs.md | 13 | ||||
-rw-r--r-- | site/content/transaction_docs.md | 2 |
2 files changed, 9 insertions, 6 deletions
diff --git a/site/content/misc_docs.md b/site/content/misc_docs.md index 1a1674b..90ea514 100644 --- a/site/content/misc_docs.md +++ b/site/content/misc_docs.md | |||
@@ -1,13 +1,16 @@ | |||
1 | +++ | 1 | +++ |
2 | title = "Miscellaneous" | 2 | title = "Misc" |
3 | description = "Documentation for everything else" | 3 | description = "Documentation about everything else" |
4 | weight = 11 | 4 | weight = 10 |
5 | +++ | 5 | +++ |
6 | 6 | ||
7 | We thought it might be good to explain some concepts you might have questions about. | ||
8 | |||
7 | # Fingerprint | 9 | # Fingerprint |
8 | 10 | ||
9 | A fingerprint is a 256 bit 64 character hexadecimal user identifier for users. | 11 | ## Definition |
10 | Fingerprints are used in defining users in [transactions](@/transaction_docs.md) and [blocks](@/block_docs.md). | 12 | |
13 | A fingerprint is a 256 bit 64 character hexadecimal user identifier for users. Fingerprints are used in defining users in [transactions](@/transaction_docs.md) and [blocks](@/block_docs.md). | ||
11 | 14 | ||
12 | ## Fingerprint Generation | 15 | ## Fingerprint Generation |
13 | 16 | ||
diff --git a/site/content/transaction_docs.md b/site/content/transaction_docs.md index 196a07c..cbdeaf4 100644 --- a/site/content/transaction_docs.md +++ b/site/content/transaction_docs.md | |||
@@ -27,4 +27,4 @@ timestamp: ISO 8601 <date>T<time> | |||
27 | 27 | ||
28 | # Hash | 28 | # Hash |
29 | 29 | ||
30 | ```tha``` field in [jwt documentation](/jwt) in fact stands for "The Hash", in the case of a post request for a transaction, you need the hash of the serialized JSON representation of transaction. | 30 | ```tha``` field in [jwt documentation](/jwt) in fact stands for "The Hash", in the case of a post request for a transaction, you need the md5 hash of the serialized JSON representation of transaction. |