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: www/ApiTitle.md
+11-9
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,10 @@
1
+
# Starknet.js API
2
+
1
3
This API is based on the <ins>[Starknet.js V3](https://github.com/starknet-io/starknet.js/discussions/102)</ins> Interface write up by <ins>[Janek](https://twitter.com/0xjanek)</ins> of <ins>[Argent](https://www.argent.xyz/)</ins>
2
4
3
5
## Provider
4
6
5
-
The Provider [**API**](./classes/Provider.md) allows you to interact with the Starknet network, without signing transactions or messages.
7
+
The Provider [**API**](./classes/Provider.md)[**API2**](./docs/API/classes/Provider.md)allows you to interact with the Starknet network, without signing transactions or messages.
6
8
7
9
Typically, these are _read_ calls on the blockchain.
8
10
@@ -34,18 +36,18 @@ The Signer [**API**](./classes/Signer.md) allows you to sign transactions and me
34
36
35
37
Util functions are provided so you can use various low level functions in your application:
0 commit comments