python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Error adding Custom RPCs for custom pallet Substrate
I've been working with parity's contracts node (latest version) and the substrate template node (tag polkadot-v0.9.18), both present the same issue when compiling.
I have a very simple pallet that sto...
andresvsm
Votes: 0
Answers: 2
Attempted import error: 'TextDecoder' is not exported from '@polkadot/x-textdecoder'
I installed following polkadot packages.
"@polkadot/api": "6.10.1",
"@polkadot/extension-dapp": "0.41.1",
"@polkadot/hw-ledger": "8.2.2",
&q...
hobbydev
Votes: 0
Answers: 2
Polkadot and Ethereum compatiblity
I've read that blockchains connected to the main relay chain of Polkadot can communicate with external blockchains such as Ethereum, using a bridge.
My question is:
Why would someone deploy a dapp to ...
ujvariba
Votes: 0
Answers: 1
Polkadot.js api how to get the balance of an account at a particular nonce
I am trying to get the balance of a wallet account using the wallet address and it's nonce. For example I can get the latest balance and the total number of nonce of a wallet address with this.
const ...
Lee
Votes: 0
Answers: 0