aboutsummaryrefslogtreecommitdiffstats
path: root/content/_index.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/_index.md')
-rw-r--r--content/_index.md4
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.
72I've trained them personally using state-of-the-art neural networks running on thousands of TPUs. 72I'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.