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
* wip
* ada tested
* atom add withdraw rewards
* atom nits
* DOT wip
* required validator addresses in functions
* dot done
* eth update
* matic
* near updates
* near get stakes functions
* near get stakes functions
* near reward endpoints
* nit
* near network stats
* sol updates
* tezos updates
* update readme
* more specific error messages
* ada KILN0 pool
* utils functions more readable
* better comments
* better comments
* update amounts and stake params
* test matic
* remove ds store
* update package version
Copy file name to clipboardExpand all lines: README.md
+24-20Lines changed: 24 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,20 @@
1
1
## Description
2
2
3
-
Kiln JS SDK makes it easy to interact with the Kiln platform. It provides a simple way of crafting staking transactions as well getting real time rewards data.
3
+
Kiln JS SDK makes it easy to interact with the Kiln staking platform.
4
4
5
-
Check out the full documentation [here](https://docs.kiln.fi/v1/connect/overview).
5
+
It provides a simple way of crafting staking transactions as well getting real time and historical data about your stakes.
6
+
7
+
Check out the [full documentation](https://docs.kiln.fi/v1/connect/overview).
6
8
7
9
## Supported protocols
8
-
- ETH
9
-
- SOL
10
-
- ATOM
11
10
- ADA
12
-
-NEAR
11
+
-ATOM
13
12
- DOT
13
+
- ETH
14
+
- MATIC
15
+
- NEAR
16
+
- SOL
17
+
- XTZ
14
18
- More protocol to come, don't hesitate to contact us ([email protected])
15
19
16
20
## Installation
@@ -36,38 +40,38 @@ const k = new Kiln({
36
40
37
41
## Craft 32 ETH staking transaction, sign it with fireblocks and broadcast it
0 commit comments