-
- [ ] document the polkadot JS APIs used
-
I use the `@ledgerhq/hw-app-polkadot` library to sign payloads for transactions. Code below works on Polkadot:
```
const { block } = await api.rpc.chain.getBlock();
const blockNumber = block.…
-
## Info
**description**:
This is a idea shared within my organization, some background here. We're a team working on substrate that decided to use pallet-contracts as our smart contract layer for …
-
Hey,
I hope you are great.
I'm developing a react native with Polkadot/api and I've installed `@Polkadot/api` but My app can not build on iOS and Android. The problem is .CJS files. I also adde…
-
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 grea…
-
Using @727-ventures/typechain-polkadot": "1.1.0" and running `typechain-polkadot --in src/abi --out src/types` I get the following error in a Monorepo setup using PNPM:
```
import {Abi} from "@pol…
-
* **I'm submitting a ...**
- [x] Bug report
- [ ] Feature request
- [ ] Support request
- [ ] Other
* **What is the current behavior and expected behavior?**
When generating [cus…
-
* **I'm submitting a ...**
- [x] Bug report
- [ ] Feature request
- [ ] Support request
- [ ] Other
* **What is the current behaviour and expected behaviour?**
`page-claims` dete…
-
When querying any of the `queryInfo` and `queryFeeDetails` methods of the `transactionPaymentApi` Runtime API in any chain from the developer tab the following error is returned:
```
4003: Client …
-
### Context
When a request entails a state change (e.g. `link_identity`, `set_shielding_key`), the client must make sure that the block containing the extrinsic is _finalized_ in order to guarantee…