Visual Studio Code – Is it possible to create flow charts(not UML) from solidity code in vscode?
I have a solidity code in my vscode. Is it possible if i can convert or create a flow chart out of it. Is there any inbuilt extension for that?
I have a solidity code in my vscode. Is it possible if i can convert or create a flow chart out of it. Is there any inbuilt extension for that?
I am building a crowdfunding blockchain application and I am getting the above error. Uncaught (in promise) Error: Function "getDonators" requires 1 arguments, but undefined were provided. Expected function signature: contract.call("getDonators", _id: BigNumberish): Promise<string[], BigNumber[]> This the code for the…
I am learning solidity from last 3 months but now I am confused how to connect your contract with frontend (with react or next). Every developer has their own way of applying it as i am, i want to with…
I'm trying to deploy a solidity program to my private ethereum network. However, when i call a method it's not working properly. This is what i'vd done before the call method. $ truffle console truffle(development)> var dApp undefined truffle(development)> Hello.deployed().then(function(instance)…