Page Map


๐Ÿ˜ A - BOOK INTRODUCTION

This book documents concepts that interest me in order to :

  1. Becoming a better bug hunter
  2. Understand principles of Secure Engineering.
  3. Build security tools for web3 space

Mindmap

This represents the journey in general

๐Ÿ˜ B - LEARNING PLAN

Evolving path

%%{init: {'theme':'dark', 'themeVariables':{'textColor':'#FBB454', 'nodeBorder':'#00D7FF', 'lineColor':'#00FFAB'}}}%%
graph LR
    %% Main Tree
    A[mx-web3-learninz <br> Repo] --> A1(Development<br>Environments)
    A --> A2(Development<br>Languages)
    A --> A3(Technologies)

    %% A1 Subviisions 
    A1 --> A1A(Foundry)
    A1 --> A1B(Tenderly)

    %% A2 Subdivisons 
    A2 --> A2A(Solidity)
    A2A --> A2AA(Huff)
    A2 --> A2B(Rust)

    %% A3 Technologies
    A3 --> A31(Zero<br>Knowledge<br>Proofs<br>ZKP's)
    A31 --> A31A(ZK-sNarks<br>Zero knowledge <br> Succinct Non-Interactive<br> argument on knowledge)
    A31 --> A31B(ZK-sTarks<br>Zero knowledge <br> Scalable transparent<br> argument on knowledge)
    

๐Ÿ˜ C - SOURCE LINKS

%%{init: {'theme':'dark', 'themeVariables':{'textColor':'#FBB454', 'nodeBorder':'#00D7FF', 'lineColor':'#00FFAB'}}}%%
graph LR
    %% Main Tree 
    A[mx-web3-learninz]-->|Repo <br> Rendered| A1(MDbook <br> Fleek <br> web3)
    A --> |Repo <br> Rendered|A2(MDbook <br> CloudFlare Pages)
    %% URL from image
    click A1 href "https://m0ham3dx-n00b-learnin.on.fleek.co/" "Click" _blank
    click A2 href "https://mx-web3-learninz.pages.dev/" "Click" _blank
    click A href "https://github.com/m0ham3dx/mx-web3-learninz/blob/main/README.MD" "Click" _blank