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)
RPC call with Metamask
I want to create an RPC call (study purpose) from my app using metamask.
My method on my contract is:
function sayHelloMyName(string memory _name) external pure returns (string memory) {
...

foo_bar
Votes: 0
Answers: 1
Is it possible for only masterclient to load photon object?
Example scenario : there are 4 seats on the stage, and I have an int value named x. The x value increases by 1 each time the player sits in the chair. When you get up from the seat, the x value decrea...
druu55
Votes: 0
Answers: 1
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
VBScript Remote WMI Call "Error:0 'Permission denied: 'GetObject"
I am receiving the following error when trying to do a remote WMI call:
Failed to parse the script. Error: Source:'Microsoft VBScript runtime error'
Line 4 Char:1
Error:0 'Permission denied: 'GetObje...
kwirky_penguin
Votes: 0
Answers: 1