Inwon

Results 4 comments of Inwon

Could you try this? ```javascript import IconService from 'icon-sdk-js'; const { HttpProvider } = IconService; const httpProvider = new HttpProvider("https://ctz.solidwallet.io/api/v3"); const iconService = new IconService(httpProvider); ```

@viveksharmapoudel , @sangbeomji89 From version 1.4.0, modules such as HttpProver are exported at the top level of the library. Try latest version.

[#29 ](https://github.com/icon-project/icon-sdk-js/pull/29) We support typescript

[#63 add monitor](https://github.com/icon-project/icon-sdk-js/pull/63) We support monitoring functions