Skip to content

Commit

Permalink
docs: 👽 Added Deoxys to Starknet official documentation (#1127)
Browse files Browse the repository at this point in the history
* docs: 👽 Added Deoxys to Starknet official documentation

* fix: 🔥 Removed yarn_error.log file

* Update components/Starknet/modules/quick_start/pages/set_up_an_account.adoc

---------

Co-authored-by: Steve Goodman <39279277+stoobie@users.noreply.github.com>
  • Loading branch information
antiyro and stoobie authored Feb 13, 2024
1 parent d17d2ad commit 3b42fd1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ starkli account fetch <SMART_WALLET_ADDRESS> --output ~/.starkli-wallets/deploye

You can obtain access to a JSON-RPC endpoint in one of the following ways:

- Host your own node with Pathfinder, Juno, or Papyrus.
- Host your own node with Pathfinder, Juno, Deoxys, or Papyrus.
- Use a third-party JSON-RPC API provider. For information on providers, see xref:tools:api-services.adoc[Full nodes and API services].

The following command shows the details of the account descriptor:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Support for Starknet CLI will be removed in Starknet v0.13.0.
|===
|Name|Description

| Starknet feeder gateway a| The Starknet feeder gateway, a temporary solution for querying the sequencer’s state, is being replaced by Starknet full nodes (Pathfinder, Juno, Papyrus) and RPC services. For more information, see xref:tools:api-services.adoc[Full nodes and API services].
| Starknet feeder gateway a| The Starknet feeder gateway, a temporary solution for querying the sequencer’s state, is being replaced by Starknet full nodes (Pathfinder, Juno, Deoxys, Papyrus) and RPC services. For more information, see xref:tools:api-services.adoc[Full nodes and API services].

Support for the feeder gateway queries that are not required for full nodes to synchronize on the state of Starknet will stop according to the following schedule:

Expand Down
1 change: 1 addition & 0 deletions components/Starknet/modules/tools/pages/api-services.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ https://docs.data.voyager.online/spec[RPC spec versions]
[%header,cols="2,2,1"]
|===
| Provider name | Description | More information
|Deoxys|A Starknet full-node written in Rust and powered by Substrate by Kasar |link:https://github.com/kasarlabs/deoxys[github.com/kasarlabs/deoxys]
|Juno|A Starknet full-node written in go-lang by Nethermind |link:https://github.com/NethermindEth/juno[github.com/NethermindEth/juno]
|Papyrus|A Starknet full-node written in Rust by StarkWare | link:https://github.com/starkware-libs/papyrus[github.com/starkware-libs/papyrus]
|Pathfinder|A Starknet full-node written in Rust by Equilibrium |link:https://github.com/eqlabs/pathfinder[github.com/eqlabs/pathfinder]
Expand Down

0 comments on commit 3b42fd1

Please sign in to comment.