Skip to content

Commit

Permalink
Added index.md, attempting to make the site multipage
Browse files Browse the repository at this point in the history
  • Loading branch information
Anynomouss committed May 3, 2024
1 parent 2bf1eb0 commit e5e89b9
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 12 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
brainstorm/
brainstorm/
images/
22 changes: 11 additions & 11 deletions README.md → grin_for_muggles_and_aspiring_wizards.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Grin wallets are generated the same way as Bitcoin wallets. Grin follows the BIP

Having multiple accounts is supported by grin-wallet. Grin++ does not support multiple accounts, but instead support having multiple wallet files. Preferably, both wallet software will support accounts and multiple wallet files in the near future.
The most important thing to understand about your Grin wallet is that all keys are Hierarchically Deterministic (HD). This means that as long as you have the **seed(phrase)**, you can restore your wallet and derive the complete tree of derived keys. Losing funds when recovery from the seed phrase is therefore impossible! Your wallet seed is stored on your computer in a file called ***"wallet.seed"***. <br/><br/>
In the coming sections as well as in Grin's official documentation and on the forum, the word **"blinding factor"** is used. Make a mental note that a **blinding factor** is just a private-keys generated by your wallet and used to blind output values.
In the coming sections as well as in Grin's official documentation and on the forum, the word **"blinding factor"** is used. Make a mental note that a **blinding factor** is just a private-keys generated by your wallet and used to blind an output value.
Later on in this document, I will describe `Key 1`, `Key 2`, `Key 3` and abbreviate them as **K1, K2, K3,..**. These are just the private-keys generated and controlled by your and the recipients wallets.

> **WARNING:**
Expand Down Expand Up @@ -206,13 +206,13 @@ Big thank you to all the wizards that came up with mimblewimble and Grin and all
# References
https://github.com/mimblewimble/docs
https://docs.grin.mw/wiki/introduction/mimblewimble/mimblewimble/
https://docs.grin.mw/wiki/table-of-contents/
https://phyro.github.io/what-is-grin/interactive_txs.html
https://phyro.github.io/what-is-grin/mimblewimble.html
https://medium.com/@brandonarvanaghi/grin-transactions-explained-step-by-step-fdceb905a853
https://www.doubloin.com/learn/what-is-schnorr-signature
https://blog.blockstream.com/en-musig-key-aggregation-schnorr-signatures/
https://tlu.tarilabs.com/protocols/mimblewimble-transactions-explained
https://tlu.tarilabs.com/cryptography/bulletproofs-and-mimblewimble
https://github.com/mimblewimble/docs<br/>
https://docs.grin.mw/wiki/introduction/mimblewimble/mimblewimble/<br/>
https://docs.grin.mw/wiki/table-of-contents/<br/>
https://phyro.github.io/what-is-grin/interactive_txs.html<br/>
https://phyro.github.io/what-is-grin/mimblewimble.html<br/>
https://medium.com/@brandonarvanaghi/grin-transactions-explained-step-by-step-fdceb905a853<br/>
https://www.doubloin.com/learn/what-is-schnorr-signature<br/>
https://blog.blockstream.com/en-musig-key-aggregation-schnorr-signatures/<br/>
https://tlu.tarilabs.com/protocols/mimblewimble-transactions-explained<br/>
https://tlu.tarilabs.com/cryptography/bulletproofs-and-mimblewimble<br/>
File renamed without changes.
7 changes: 7 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## Grin for muggles and aspiring wizards
The objective of this site is to provide documentation to help muggles and aspiring wizards to better understand Grin. On purpose I specify "Grin" and not "mimblewimble" since I want to be as practically orietented and very explicit in this documentation. I hope it will help you on your journey down the Grin rabbit hole, writing things down certainly helped me to acchieve greater clarity.

## Table of contents
1) [Grin for muggles and aspiring wizards](https://github.com/Anynomouss/grin-for-mugglesgrin_for_muggles_and_aspiring_wizards.md)
2) [Grin in data](https://github.com/Anynomouss/grin-in-data.md)
3) Grin transaction relay system concept

0 comments on commit e5e89b9

Please sign in to comment.