-
Notifications
You must be signed in to change notification settings - Fork 206
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into starknet_message
- Loading branch information
Showing
66 changed files
with
4,722 additions
and
3,355 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
* xref:glossary.adoc[] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
include::1.0.0@docs-common-content:ROOT:partial$partial_glossary.adoc[] | ||
|
||
// The source for the included file is in a separate repository. | ||
// | ||
// To edit the source page directly, go to: | ||
// | ||
// `https://github.com/starknet-io/docs-common-content/edit/main/modules/ROOT/partials/partial_glossary.adoc` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 0 additions & 4 deletions
4
components/Starknet/modules/ROOT/partials/snippet_important_goerli2_removed.adoc
This file was deleted.
Oops, something went wrong.
10 changes: 10 additions & 0 deletions
10
components/Starknet/modules/ROOT/partials/snippet_important_goerli_removed.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
[IMPORTANT] | ||
==== | ||
.Goerli testnet support is now removed. | ||
Originally, Goerli testnet was scheduled to be removed April 11, 2024, however, following the recent mass exit of Ethereum Goerli validators and the current inactivity of Starknet Goerli, Starknet Goerli testnet is now shut down, to avoid maintaining an inactive network. | ||
Sepolia testnet replaces Goerli testnet. | ||
For more information, including bridge support for Sepolia, see link:http://eepurl.com/iK0YTE[Starknet Goerli Deprecation] in the Starknet Dev News newsletter. | ||
==== |
Binary file added
BIN
+1.84 MB
.../modules/architecture_and_concepts/images/STRK_estimated_circulating_supply.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+47.9 KB
components/Starknet/modules/architecture_and_concepts/images/architecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+1.43 MB
...Starknet/modules/architecture_and_concepts/images/planned_distribution_STRK.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
35 changes: 19 additions & 16 deletions
35
components/Starknet/modules/architecture_and_concepts/nav.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,44 @@ | ||
* Architecture | ||
** Blockchain architecture | ||
** xref:Network_Architecture/starknet_architecture_overview.adoc[Overview] | ||
|
||
*** Blocks and transactions | ||
**** xref:Network_Architecture/header.adoc[Block structure] | ||
**** xref:Network_Architecture/transaction-life-cycle.adoc[Transaction lifecycle] | ||
**** xref:Network_Architecture/transactions.adoc[Transaction types] | ||
**** xref:Network_Architecture/fee-mechanism.adoc[] | ||
** xref:Network_Architecture/header.adoc[Block structure] | ||
** xref:Network_Architecture/transaction-life-cycle.adoc[Transaction lifecycle] | ||
** xref:Network_Architecture/transactions.adoc[Transaction types] | ||
** xref:Network_Architecture/fee-mechanism.adoc[] | ||
|
||
*** State | ||
**** xref:Network_Architecture/starknet-state.adoc[Starknet state] | ||
**** xref:Network_Architecture/on-chain-data.adoc[Data availability] | ||
** State | ||
*** xref:Network_Architecture/starknet-state.adoc[Starknet state] | ||
*** xref:Network_Architecture/on-chain-data.adoc[Data availability] | ||
|
||
*** L1-L2 messaging | ||
**** xref:Network_Architecture/messaging-mechanism.adoc[Messaging mechanism] | ||
**** xref:Network_Architecture/messaging_reference.adoc[Messaging reference] | ||
** L1-L2 messaging | ||
*** xref:Network_Architecture/messaging-mechanism.adoc[Messaging mechanism] | ||
*** xref:Network_Architecture/messaging_reference.adoc[Messaging reference] | ||
|
||
** Accounts | ||
*** xref:Accounts/introduction.adoc[What is an account?] | ||
*** xref:Accounts/approach.adoc[Starknet account interface] | ||
*** xref:Accounts/validate_and_execute.adoc[Validate and execute] | ||
*** xref:Accounts/approach.adoc[Starknet's account interface] | ||
*** xref:Accounts/account_functions.adoc[Account interface function reference] | ||
*** xref:Accounts/deploying_new_accounts.adoc[Deploying new accounts] | ||
*** xref:Accounts/universal-deployer.adoc[Universal Deployer Contract] | ||
*** xref:Accounts/simplified_transaction_flow.adoc[Simplified transaction flow] | ||
|
||
** Contracts | ||
*** xref:Smart_Contracts/contract-classes.adoc[Contract classes] | ||
*** xref:Smart_Contracts/contract-classes.adoc[Contract classes and instances] | ||
*** xref:Smart_Contracts/class-hash.adoc[Class hash] | ||
*** xref:Smart_Contracts/contract-address.adoc[Contract address] | ||
*** xref:Smart_Contracts/contract-storage.adoc[Contract storage] | ||
*** xref:Smart_Contracts/contract-abi.adoc[Contract ABI] | ||
*** xref:Smart_Contracts/starknet-events.adoc[Events] | ||
*** xref:Smart_Contracts/contract-syntax.adoc[Migrating a contract from Cairo v1 to Cairo v2] | ||
*** xref:Smart_Contracts/cairo-and-sierra.adoc[Cairo and Sierra] | ||
*** xref:Smart_Contracts/universal-deployer.adoc[Universal Deployer Contract] | ||
*** xref:Smart_Contracts/serialization_of_Cairo_types.adoc[Serialization of Cairo types] | ||
*** xref:Smart_Contracts/system-calls-cairo1.adoc[System calls] | ||
*** xref:Smart_Contracts/execution_info.adoc[Execution information for the current block] | ||
** Cryptography | ||
*** xref:Cryptography/p-value.adoc[The STARK field] | ||
*** xref:Cryptography/stark-curve.adoc[The STARK curve] | ||
*** xref:Cryptography/hash-functions.adoc[Hash functions] | ||
|
||
* xref:Economics-of-Starknet.adoc[The Economics of Starknet] |
Oops, something went wrong.