Skip to content
This repository was archived by the owner on Mar 12, 2024. It is now read-only.

Commit 1869ef7

Browse files
feat: add tm2-js-client docs (#23)
* Add a Getting Started section * Add base provider docs * Add utility methods * Add signer docs * Add wallet docs * Rename * Add provider examples * Add signer examples * Add wallet docs * Update docs to match latest API
1 parent cd88d00 commit 1869ef7

File tree

9 files changed

+1134
-0
lines changed

9 files changed

+1134
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
## JSON-RPC Provider
2+
3+
Provider based on JSON-RPC HTTP requests.
4+
5+
### new JSONRPCProvider
6+
7+
Creates a new instance of the JSON-RPC Provider
8+
9+
#### Parameters
10+
11+
* `baseURL` **string** the JSON-RPC URL of the node
12+
13+
#### Usage
14+
15+
```ts
16+
new JSONRPCProvider('http://test3.gno.land:36657');
17+
// provider is created
18+
```

0 commit comments

Comments
 (0)