Skip to content

Commit 58dec9a

Browse files
authored
Tools and ecosystem archive #1668
1 parent cec7e2d commit 58dec9a

21 files changed

+9
-32
lines changed

.htaccess

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,4 +435,6 @@ RewriteRule ^resources/glossary/$ /archive/glossary? [R=301,L]
435435
RewriteRule ^archive/architecture/solidity-verifier/$ /architecture/sharp? [R=301,L]
436436
RewriteRule ^guides/starknet-by-example/(.*)$ /archive/starknet-by-example/$1? [R=301,L]
437437
RewriteRule ^guides/cairo-101/(.*)$ /archive/cairo-101/$1? [R=301,L]
438-
RewriteRule ^guides/staking-on-starknet/(.*)$ /guides/becoming-a-validator/$1 [R=301,L]
438+
RewriteRule ^guides/staking-on-starknet/(.*)$ /guides/becoming-a-validator/$1 [R=301,L]
439+
RewriteRule ^tools/(?!overview/?$)(.*)$ /archive/tools/$1 [R=301,L]
440+
RewriteRule ^ecosystem/(?!overview/?$)(.*)$ /archive/ecosystem/$1 [R=301,L]

modules/architecture/pages/fees.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ is mostly arbitrary at this point due to our use of dynamic layouts (see xref:#v
4444

4545
== Fee estimations
4646

47-
The fee for a transaction can be estimated by using the https://github.com/starkware-libs/starknet-specs/blob/v0.7.1/api/starknet_api_openrpc.json#L612[`starknet_estimateFee` endpoint^], and interfaces for fee estimations are also exposed by the various xref:tools:interacting-with-starknet.adoc#sdks[Starknet SDKs].
47+
The fee for a transaction can be estimated by using the https://github.com/starkware-libs/starknet-specs/blob/v0.7.1/api/starknet_api_openrpc.json#L612[`starknet_estimateFee` endpoint^], and interfaces for fee estimations are also exposed by the various xref:tools:overview.adoc[Starknet SDKs].
4848

4949
[NOTE]
5050
====

modules/architecture/pages/staking.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ The delegation pooling contract also stores the `PoolMemberInfo` data structure,
256256

257257
The following tables detail the procedures enabled by the staking protocol for both xref:staking_as_validators[validators] and xref:staking_as_delegators[delegators], along with the instructions to perform them.
258258

259-
To invoke onchain contracts, use https://foundry-rs.github.io/starknet-foundry/starknet/sncast-overview.html[Starknet Foundry's `sncast`^], xref:tools:interacting-with-starknet.adoc#starkli[Starkli], or a xref:ecosystem:block-explorers-monitoring-tools.adoc#block_explorers[block explorer]. To get the onchain addresses of the staking and STRK contracts, see xref:resources:chain-info.adoc#staking[Important addresses].
259+
To invoke onchain contracts, use https://foundry-rs.github.io/starknet-foundry/starknet/sncast-overview.html[Starknet Foundry's `sncast`^], xref:tools:overview.adoc[Starkli], or a xref:ecosystem:overview.adoc[block explorer]. To get the onchain addresses of the staking and STRK contracts, see xref:resources:chain-info.adoc#staking[Important addresses].
260260

261261
=== Staking as validators
262262

modules/architecture/pages/starkgate.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Note that enrolling a new bridge does not add it to StarkGate's GUI.
7474

7575
All procedures are subject to xref:architecture:messaging.adoc#l1-l2-message-fees[fees] to account for L1->L2 message costs. Fees for depositing funds or enrolling a token bridge on StarkGate can be estimated using the xref:resources:starkgate-reference.adoc#estimateDepositFeeWei[`estimateDepositFeeWei`] or xref:resources:starkgate-reference.adoc#estimateEnrollmentFeeWei[`estimateEnrollmentFeeWei`] function.
7676

77-
To invoke onchain contracts, use https://foundry-rs.github.io/starknet-foundry/starknet/sncast-overview.html[Starknet Foundry's `sncast`^], xref:tools:interacting-with-starknet.adoc#starkli[Starkli], or a xref:ecosystem:block-explorers-monitoring-tools.adoc#block_explorers[block explorer]. To get the onchain addresses of StarkGate's contracts, see xref:resources:chain-info.adoc#starkgate[Important addresses].
77+
To invoke onchain contracts, use https://foundry-rs.github.io/starknet-foundry/starknet/sncast-overview.html[Starknet Foundry's `sncast`^], xref:tools:overview.adoc[Starkli], or a xref:ecosystem:overview.adoc[block explorer]. To get the onchain addresses of StarkGate's contracts, see xref:resources:chain-info.adoc#starkgate[Important addresses].
7878

7979
For more information on StarkGate's various functions, see xref:resources:starkgate-reference.adoc[StarkGate functions and events].
8080

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)