Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
📝 Add structure to AA chapter
Browse files Browse the repository at this point in the history
  • Loading branch information
omarespejel committed Apr 16, 2023
1 parent 9b40bb1 commit 957409f
Show file tree
Hide file tree
Showing 12 changed files with 66 additions and 9 deletions.
16 changes: 12 additions & 4 deletions chapters/modules/chapter_7/nav.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
* xref:index.adoc[Chapter 7: Account Abstraction]
** xref:why_aa.adoc[7.1 Why Account Abstraction?]
** xref:aa_what.adoc[7.2 What is Account Abstraction?]
** xref:starknet_aa.adoc[7.3 StarkNet Account Abstraction Model]
** xref:aa_coding.adoc[7.4 Account Abstraction: Let's Code]
** xref:why_aa.adoc[7.1 Why Account Abstraction?]
** xref:aa_what.adoc[7.2 What is Account Abstraction?]
** xref:starknet_aa.adoc[7.3 StarkNet Account Abstraction Model]
** xref:deploy_aa.adoc[7.4 Deploying and Interacting with Account Contracts]
** xref:aa_coding.adoc[7.5 Coding Custom Account Contracts]
*** xref:signatures.adoc[7.5.1 Alternative Signature Schemes]
*** xref:multicall.adoc[7.5.2 Multicalls]
*** xref:autopayment.adoc[7.5.3 Auto-Payments Accounts]
*** xref:multisig.adoc[7.5.4 Multisig Accounts]
** xref:aa_security.adoc[7.6 Security Considerations]
** xref:aa_roadmap.adoc[7.7 Roadmap]
4 changes: 2 additions & 2 deletions chapters/modules/chapter_7/pages/aa_coding.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[id="HandsOnAA"]
[id="aa_coding"]

= Account Abstraction Hands On
= Coding Custom Account Contracts

== Contributing
🎯 +++<strong>+++STARKer: +++</strong>+++ This book is an open source effort, made possible only by contributions from readers like you. If you are interested in making this resource better for other users - please suggest a change by following the instructions https://github.com/starknet-edu/starknetbook/blob/main/CONTRIBUTING.adoc[here].
Expand Down
7 changes: 7 additions & 0 deletions chapters/modules/chapter_7/pages/aa_roadmap.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[id="aa_roadmap"]

= MulticRoadmapalls

== Contributing
🎯 +++<strong>+++STARKer: +++</strong>+++ This book is an open source effort, made possible only by contributions from readers like you. If you are interested in making this resource better for other users - please suggest a change by following the instructions https://github.com/starknet-edu/starknetbook/blob/main/CONTRIBUTING.adoc[here].
🎯
7 changes: 7 additions & 0 deletions chapters/modules/chapter_7/pages/aa_security.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[id="aa_security"]

= Security Considerations

== Contributing
🎯 +++<strong>+++STARKer: +++</strong>+++ This book is an open source effort, made possible only by contributions from readers like you. If you are interested in making this resource better for other users - please suggest a change by following the instructions https://github.com/starknet-edu/starknetbook/blob/main/CONTRIBUTING.adoc[here].
🎯
2 changes: 1 addition & 1 deletion chapters/modules/chapter_7/pages/aa_what.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[id="WhatIsAA"]
[id="aa_what"]

= What is Account Abstraction?

Expand Down
7 changes: 7 additions & 0 deletions chapters/modules/chapter_7/pages/autopayment.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[id="autopayment"]

= Auto-Payments Accounts

== Contributing
🎯 +++<strong>+++STARKer: +++</strong>+++ This book is an open source effort, made possible only by contributions from readers like you. If you are interested in making this resource better for other users - please suggest a change by following the instructions https://github.com/starknet-edu/starknetbook/blob/main/CONTRIBUTING.adoc[here].
🎯
7 changes: 7 additions & 0 deletions chapters/modules/chapter_7/pages/deploy_aa.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[id="deploy_aa"]

= Deploying and Interacting with Account Contracts

== Contributing
🎯 +++<strong>+++STARKer: +++</strong>+++ This book is an open source effort, made possible only by contributions from readers like you. If you are interested in making this resource better for other users - please suggest a change by following the instructions https://github.com/starknet-edu/starknetbook/blob/main/CONTRIBUTING.adoc[here].
🎯
7 changes: 7 additions & 0 deletions chapters/modules/chapter_7/pages/multicall.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[id="multicall"]

= Multicalls

== Contributing
🎯 +++<strong>+++STARKer: +++</strong>+++ This book is an open source effort, made possible only by contributions from readers like you. If you are interested in making this resource better for other users - please suggest a change by following the instructions https://github.com/starknet-edu/starknetbook/blob/main/CONTRIBUTING.adoc[here].
🎯
7 changes: 7 additions & 0 deletions chapters/modules/chapter_7/pages/multisig.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[id="multisig"]

= Multisig Accounts

== Contributing
🎯 +++<strong>+++STARKer: +++</strong>+++ This book is an open source effort, made possible only by contributions from readers like you. If you are interested in making this resource better for other users - please suggest a change by following the instructions https://github.com/starknet-edu/starknetbook/blob/main/CONTRIBUTING.adoc[here].
🎯
7 changes: 7 additions & 0 deletions chapters/modules/chapter_7/pages/signatures.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[id="signatures"]

= Alternative Signature Schemes

== Contributing
🎯 +++<strong>+++STARKer: +++</strong>+++ This book is an open source effort, made possible only by contributions from readers like you. If you are interested in making this resource better for other users - please suggest a change by following the instructions https://github.com/starknet-edu/starknetbook/blob/main/CONTRIBUTING.adoc[here].
🎯
2 changes: 1 addition & 1 deletion chapters/modules/chapter_7/pages/starknet_aa.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[id="StarkNetAA"]
[id="starknet_aa"]

= Account Abstraction model in StarkNet

Expand Down
2 changes: 1 addition & 1 deletion chapters/modules/chapter_7/pages/why_aa.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[id="WhyAA"]
[id="why_aa"]

= Why Account Abstraction?

Expand Down

0 comments on commit 957409f

Please sign in to comment.