aboutsummaryrefslogtreecommitdiffstats
path: root/site/content/_index.md
diff options
context:
space:
mode:
authorYigit Sever2021-04-17 20:11:28 +0300
committerYigit Sever2021-04-17 20:11:28 +0300
commit69e26be0b379dbddb847dae57a8650c97b9d09c1 (patch)
tree8969930fb56d8781b869741ee9318eec354ff843 /site/content/_index.md
parent86eb4e6ca5f4ce8f86350c4fe66833b006317a50 (diff)
downloadgradecoin-69e26be0b379dbddb847dae57a8650c97b9d09c1.tar.gz
gradecoin-69e26be0b379dbddb847dae57a8650c97b9d09c1.tar.bz2
gradecoin-69e26be0b379dbddb847dae57a8650c97b9d09c1.zip
Update docs
Diffstat (limited to 'site/content/_index.md')
-rw-r--r--site/content/_index.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/site/content/_index.md b/site/content/_index.md
index 28700df..d0be673 100644
--- a/site/content/_index.md
+++ b/site/content/_index.md
@@ -57,14 +57,23 @@ Gradecoin uses 2048 bit RSA keypairs.
57 57
58 `Authorization`: The request header should have Bearer JWT.Token signed with Student Public Key 58 `Authorization`: The request header should have Bearer JWT.Token signed with Student Public Key
59 59
60## /user
61- Meant to be used in the browser, you can see the current list of users and their balance here
62
60# Questions 63# Questions
61## This all sound complicated! 64## This all sound complicated!
62- I've drawn inspiration from [actual Bitcoin transactions](https://explorer.bitcoin.com/btc) and [warp](https://github.com/seanmonstar/warp/blob/master/examples/todos.rs). The simplicity of the system is how little interfaces it has. 65- I've drawn inspiration from [actual Bitcoin transactions](https://explorer.bitcoin.com/btc) and [warp](https://github.com/seanmonstar/warp/blob/master/examples/todos.rs). The simplicity of the system is how little interfaces it has.
63- Don't know where to start? Gradecoin uses RESTful API; simple `curl` commands or even your browser will work! [This website can help as well](https://curl.trillworks.com/). 66- Don't know where to start? Gradecoin uses RESTful API; simple `curl` commands or even your browser will work! [This website can help as well](https://curl.trillworks.com/).
64- [JWT Debugger](https://jwt.io) and the corresponding [RFC](https://tools.ietf.org/html/rfc7519) 67- [JWT Debugger](https://jwt.io) and the corresponding [RFC](https://tools.ietf.org/html/rfc7519).
65- Remember that you are absolutely encouraged to grab off-the-shelf implementations for every cryptography primitive you will use. You can start by finding a code snippet to generate a RSA keypair? 68- Remember that you are absolutely encouraged to grab off-the-shelf implementations for every cryptography primitive you will use. You can start by finding a code snippet to generate a RSA keypair?
66- Check out [misc](@/misc_docs.md) for everything else you might be curious about. 69- Check out [misc](@/misc_docs.md) for everything else you might be curious about.
67 70
71## How do you actually earn Gradecoin?
72- Register yourself to at [/register](@/register_docs.md)
73- Create transactions at [/transaction](@/transaction_docs.md)
74- Create blocks to commit transactions at [/block](@/block_docs.md)
75- See how everyone is doing and find people to trade with at [/user](/user)
76
68## I found a bug! 77## I found a bug!
69Thank you! Please [let me know](mailto:yigit@ceng.metu.edu.tr) so we can solve it. 78Thank you! Please [let me know](mailto:yigit@ceng.metu.edu.tr) so we can solve it.
70 79