File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Lum Network - Javascript SDK
2
+ [ ![ npm version] ( https://badge.fury.io/js/%40lum-network%2Fsdk-javascript.svg )] ( https://badge.fury.io/js/%40lum-network%2Fsdk-javascript )
2
3
3
4
This Javascript SDK enables browsers and NodeJS clients to interact with the Lum Network.
4
5
@@ -61,7 +62,7 @@ This SDK provides an easy access to all the available Lum Network blockchain RPC
61
62
62
63
The SDK is based on the [ CosmJS] ( https://github.com/cosmos/cosmjs ) implementation and heavily relies on it.
63
64
64
- It is intented to be used standalone, without having to import specific CosmJS packages which can be tricky and messy.
65
+ It is intented to be used standalone, without having to import specific CosmJS packages which can get make implementations tricky and messy.
65
66
66
67
Therefore all codecs, types, functions are features from the CosmJS SDK are either re-implemented by this SDK or re-exporter for simplicity purposes.
67
68
You can’t perform that action at this time.
0 commit comments