From 2290f13c857882ded47d8b33cb8ede40b1dabeb9 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Fri, 16 Apr 2021 16:54:47 +0300 Subject: Last minute changes --- site/public/index.html | 33 +++++++++++++++++++-------------- 1 file changed, 19 insertions(+), 14 deletions(-) (limited to 'site/public/index.html') diff --git a/site/public/index.html b/site/public/index.html index 8dcb1d0..3ac7d8e 100644 --- a/site/public/index.html +++ b/site/public/index.html @@ -211,39 +211,44 @@ The server is programmed in Coinbase

The first transactions of a block is called the coinbase. They are the author of the block proposal and if the block is accepted then they get compensated for their efforts with some Gradecoin.

Public Key Signatures

-

Gradecoin uses 2048 bit RSA keyspairs.

+

Gradecoin uses 2048 bit RSA keypairs.

Services

/register

+

-Create your own 2048 bit RSA keypair

/transaction

/block

+
  • +

    Fetch the last accepted Block with a GET request

    +
  • +
  • +

    For more information, check our block page

    Authorization: The request header should have Bearer JWT.Token signed with Student Public Key

    +
  • +

    Questions

    This all sound complicated!