Skip to content

Commit

Permalink
fix: Text improvements in rpc-contribution.md (keep-starknet-strange#…
Browse files Browse the repository at this point in the history
…1332)

Co-authored-by: fishseabowl <[email protected]>
  • Loading branch information
fishseabowl and fishseabowl authored Dec 29, 2023
1 parent 2f19a93 commit ae3ac42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/rpc-contribution.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ At the [last community call](https://www.youtube.com/watch?v=VyvDAxF46uc), a
special accent was put on RPC contributions to make madara quickly featured to
be queried as a full node.

Here is a little guide to quickly dive into madara project, focused on RPC.
Here is a little guide to quickly dive into the madara project, focused on RPC.

## How to build madara

Expand Down Expand Up @@ -106,7 +106,7 @@ pub trait StarknetRpcApi {
}
```

1. `rpc`: implements actual RPC logic to process the parameters (if any) and
2. `rpc`: implements actual RPC logic to process the parameters (if any) and
return a result.

```rust
Expand Down Expand Up @@ -165,7 +165,7 @@ sp_api::decl_runtime_apis! {
}
```

1. Implement your function in the runtime
2. Implement your function in the runtime

```rust
// crates/runtime/src/lib.rs
Expand Down

0 comments on commit ae3ac42

Please sign in to comment.