All Questions
2 questions
1
vote
1
answer
471
views
Dapp on Ganache and Truffle but... what about Remix?
My dapp runs well with Ganache and Truffle but how to deploy with Remix and connect the contract to web GUI without abi?
I mean, i created a Dapp that runs really good on Ganache and i run the web ...
0
votes
0
answers
389
views
In truffle Console Works, but when called in Javascript, Metamask hangs, Solidity contract doesn't update
So I have a function where I am asking the user to send two strings and 1 ether at the same time. When I execute the function in the console, the solidity contract is updated. When I execute the same ...