Skip to content

Commit

Permalink
Fix StarkNet -> Starknet in README (#528)
Browse files Browse the repository at this point in the history
Changing StarkNet to official Starknet
  • Loading branch information
tkstanczak authored Aug 7, 2023
1 parent d89cc9d commit bde8f66
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ We have big plans for Beerus. Check out the Roadmap!
[![Beerus Roadmap](docs/images/roadmap.png)](docs/images/roadmap.png)
## About

Beerus is a StarkNet Light Client inspired by and using
Beerus is a Starknet Light Client inspired by and using
[helios](https://github.com/a16z/helios/). The goal is to provide a simple and
easy to use client to query StarkNet state and interact with contracts.
easy to use client to query Starknet state and interact with contracts.

### Built With

Expand All @@ -77,7 +77,7 @@ Here is a high level overview of the architecture of Beerus.
### Simple usage overview

Here is a simple overview of how Beerus work. The example is for querying a
storage value of a StarkNet contract.
storage value of a Starknet contract.

[![Beerus Query Contract Storage](docs/images/query-contract-storage.png)](docs/images/query-contract-storage.png)

Expand Down Expand Up @@ -189,7 +189,7 @@ the eth_getProof endpoint).
Ethereum consensus layer RPC URL (must be a consensus node that supports the
light client beacon chain api)

For StarkNet node for the moment you can use Infura but soon
For Starknet node for the moment you can use Infura but soon
[verify proof](<[#62](https://github.com/keep-starknet-strange/beerus/issues/62)>)
will be implemented in Pathfinder nodes, and so will these nodes be working as
well.
Expand Down

0 comments on commit bde8f66

Please sign in to comment.