python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k 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
Making curl requests to ganache server hosted locally
I'm trying to figure out how to make requests to a local ganache server. This is my first time using Ganache so forgive me if this should be obvious.
My end goal is to have a dedicated server hosting ...
mdkazierad
Votes: 0
Answers: 1
Approach to Migrate from twisted to fastapi Framework
I had a requirement of migrating twisted to FastApi.
The old code was completely written in Python 2.7 and used JsonPrc along with twisted client.
Like - [https://stackoverflow.com/a/4738563][1]
Even ...
max
Votes: 0
Answers: 1
jodd.json.jsonException while parsing a map Liferay post api
I'm trying to expose a post api with this signature, i need to get a map with String key and String value, same for the return:
public Map<String,String> retrieveBulkState2(Map<String,String&...
Vavaste
Votes: 0
Answers: 1