sdk icon indicating copy to clipboard operation
sdk copied to clipboard

polkawallet SDK for integrating substrate-based blockchain as a plugin.

Results 12 sdk issues
Sort by recently updated
recently updated
newest added

The bug produced when use signAndSend or estimateFees in apiTx. > I/flutter (22736): #0 ApiTx.signAndSend (package:polkawallet_sdk/api/apiTx.dart:53:7)I/flutter (22736): #1 I/flutter (22736): I/flutter (22736): type ‘Future’ is not a subtype of type...

Is it planned to add multilang to the generation of menmonic?

**Describe the bug** In example connection to node fails on android, because `webViewController` is never initialized in `_web` in `SubstrateService`. Interesting fact that it works fine on iOS. **To Reproduce**...

Why do you use webpack instead of the default rollup conf existing for polkadot.js ? https://github.com/polkadot-js/api/blob/master/rollup.config.mjs Is there a technical reason ? Rollup greatly minimizes the size of the build...

Improvements for Ğecko needs. - add method connectLightNode(chainSpec) to use smoldot as network manager

As title I was wondering this SDK support other token like bitcoin, filecoin which is not on para-chain? Thx.

Hey, just wanted to ask what is the state of this project? Is it up to date with current kusama state?

Your signAndSend method is commented with: > /// Send tx, [params] will be ignored if we have [rawParam]. > /// [onStatusChange] is a callback when tx status change. > ///...

There are some strict casts that should be fixed.

**Describe the bug** Hi! I'm working on the polkawallet-compatible app. I need to provide `types` in `js_api/src/index.ts`. But I can't build webpack to use the code. But I get this...