Skip to content

Commit

Permalink
docs: mention Juno as Starknet node (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshklop authored Aug 24, 2023
1 parent 0f4467d commit 3141c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Currently, two providers are supported: [JSON-RPC](#json-rpc) and the [sequencer

Starkli is centric around JSON-RPC, and the JSON-RPC provider is considered canonical. Users are strongly recommended to use JSON-RPC. There are a few options to obtain access to a JSON-RPC endpoint:

- hosting your own node with [`pathfinder`](https://github.com/eqlabs/pathfinder); or
- hosting your own node with [`pathfinder`](https://github.com/eqlabs/pathfinder) or [`juno`](https://github.com/NethermindEth/juno); or
- using a third-party JSON-RPC API provider like [Infura](https://www.infura.io/), [Alchemy](https://www.alchemy.com/), or [Chainstack](https://chainstack.com/build-better-with-starknet/).

Once you have a URL to a JSON-RPC endpoint, you can use it via the `--rpc <URL>` option for commands that expect it. For example:
Expand Down

0 comments on commit 3141c3d

Please sign in to comment.