diff options
author | necrashter | 2022-04-24 21:37:26 +0300 |
---|---|---|
committer | Yigit Sever | 2022-04-24 22:26:05 +0300 |
commit | 79b0d66ec091501b063d35976db2347fc10a39d1 (patch) | |
tree | 16dcc4871fdd358073a11adfd7fdab29346396d5 /content/_index.md | |
parent | e01cfdbc00694b92192320a1061acea5904c7523 (diff) | |
download | gradecoin-site-79b0d66ec091501b063d35976db2347fc10a39d1.tar.gz gradecoin-site-79b0d66ec091501b063d35976db2347fc10a39d1.tar.bz2 gradecoin-site-79b0d66ec091501b063d35976db2347fc10a39d1.zip |
More information about /config
Diffstat (limited to 'content/_index.md')
-rw-r--r-- | content/_index.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/content/_index.md b/content/_index.md index e41dd2c..da3b751 100644 --- a/content/_index.md +++ b/content/_index.md | |||
@@ -71,6 +71,10 @@ Programming a bot is absolutely fine as long as it's not aggressively sending re | |||
71 | 🤖👋 are bots who are very eager to transact with you. | 71 | 🤖👋 are bots who are very eager to transact with you. |
72 | I've trained them personally using state-of-the-art neural networks running on thousands of TPUs. | 72 | I've trained them personally using state-of-the-art neural networks running on thousands of TPUs. |
73 | 73 | ||
74 | ## /config | ||
75 | - Making a GET request to this auxiliary endpoint will provide the current configuration of the Gradecoin network in JSON form. | ||
76 | - The information about the individual fields can be found in the [misc Page](@/misc_docs.md). | ||
77 | |||
74 | # Questions | 78 | # Questions |
75 | ## This all sound complicated! | 79 | ## This all sound complicated! |
76 | - 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 system has only 3 interfaces. It's simple once you read everything over a couple of times. | 80 | - 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 system has only 3 interfaces. It's simple once you read everything over a couple of times. |