Skip to content

Commit d6b20ce

Browse files
author
Thomas Constantine Moore
committed
Kava 9 Release
1 parent f6f1870 commit d6b20ce

3 files changed

Lines changed: 9 additions & 7 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,11 @@ The Kava JavaScript SDK allows browsers and node.js clients to interact with Kav
77
- 🟢 msg - Kava message types.
88
- 🟡 crypto - core cryptographic functions.
99
- 🟢 utils - utility functions such as client-side secret generation.
10-
- 🔴 encoding - encoding utilities for Protobuf
1110

1211
## Proceed with Caution
1312

1413
Due to limited resources on our team, some parts of the SDK are better maintained than others.
1514

16-
- 🔴 Modules marked red are experimental, and either may not be functional or may be removed or modified without warning in future releases.
1715
- 🟡 Modules marked yellow are partially maintained and may be only partially functional.
1816
- 🟢 Modules marked green are best maintained and most reliable. Functionality should be up-to-date and functional in the latest stable or beta release.
1917

@@ -27,6 +25,10 @@ Install the package via npm.
2725
npm install @kava-labs/javascript-sdk
2826
```
2927

28+
## Examples
29+
30+
Examples are still being updated to TypeScript, but can be run with the proper env config and typechecking disabled.
31+
3032
## Network Information
3133

3234
### Mainnet
@@ -37,8 +39,8 @@ npm install @kava-labs/javascript-sdk
3739

3840
### Testnet
3941

40-
- Chain ID: kava-testnet-13000
41-
- REST API endpoint: https://api.data-testnet.kava.io
42+
- Chain ID: kava-testnet-14000
43+
- REST API endpoint: https://api.testnet.kava.io
4244
- Binance Chain testnet REST API endpoint: https://testnet-dex.binance.org/
4345

4446
### Binance Chain

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kava-labs/javascript-sdk",
3-
"version": "9.0.0-beta-13",
3+
"version": "9.0.0",
44
"description": "Supports interaction with the Kava blockchain via a REST api",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)