You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -8,13 +8,13 @@ fast-near aims to provide the fastest RPC implementation for @NEARProtocol using
8
8
9
9
It is optimized for view call performance and ease of deploy and scaling.
10
10
11
-
It currently doesn't sync with network on it's own, data needs to be loaded either from [NEAR Lake](https://github.com/near/near-lake-indexer) or from https://github.com/vgrichina/near-state-indexer.
11
+
It currently doesn't sync with network on its own, data needs to be loaded either from [NEAR Lake](https://github.com/near/near-lake-indexer) or from https://github.com/vgrichina/near-state-indexer.
12
12
13
13
# Why
14
14
15
15
`nearcore` RPC performance isn't good enough for novel use cases like https://web4.near.page.
16
16
17
-
fast-near achives better performance through using
0 commit comments