I'm working on a Blockchain project where I use Truffle. when I run the Truffle Console command I face this issue. Complete Log: This version of µWS is no
i have the abi json file for a contract and i want to use its functions in my smart contract. is there any way to do it? for example i have a contractA.sol and
I keep getting this error, Does anyone know the solution? the code its inheriting, function _mint(address to, uint256 tokenId) internal virtual { // req
I am new to truffle and I work on blockchain project so when I "migrate" in truffle develop, this error occurs. Why ? I change the version of my compiler by 4.2
I am using Windows 11 and Windows PowerShell to write the commands. Right now its a struggle to just install Truffle :/ I've tried restarting the computer, inst
When i tried to install truffle i got these errors :- I have installed Node.js earlier and also i have pip installed. PS C:\Users\pk199\Documents> npm instal
While installing Truffle on my desktop, an anonymous error occurs... First it's showing the error related to python which is strange but then I install python
When I try to install truffle using npm, the following output appears: npm WARN deprecated [email protected]: This package is broken and no longer maintained
I'm trying to follow this GeekForGeeks tutorial on mac M1 via emulator but I'm seeing this error Unhandled Exception: SocketException: OS Error: Connection refu
I'm using node version 12.20.2 and npm version 6.14.11 and installed truffle with cmd as administrator, the truffle framework version 5.5.12 has been installed
2_deploy_contracts.js ===================== Replacing 'SimpleStorage' ------------------------- Error [ERR_UNHANDLED_ERROR]: Unhandled error. ({ code:
I am trying to install truffle on node version 8.9.0 and npm version 5.5.1. It got installed but am not able to do anything in that. every time I try any comman
I've compiled and deployed my contract and tested it successfully and also connect Metamask to ganache and all works fine. The problem is when I try to interact
I am doing a tutorial on the web and I ran into an error while trying to run a truffle test. I am not sure where I am going wrong or what to do in this event. C
I'm trying to follow this video and I think I'm doing something wrong, this is what is appearing in my terminal: .
Hi everyone! I tried to make a call to the state of a contract developed on truffle, using web3.js in React, the problem is this, when I try to see the price of
I got an error while deploying contract in Binance Smart Chain plz help me if anybody knows it error message looks like this Deploying 'WhitePaperInterestRat
I try to install truffle on windows with npm install -g truffle as administrator. I updated node.js npm and don't know what to do next. PS C:\Windows\system32&g
I'm trying to run a truffle test on ganache-cli and it keeps saying the network ids do not match even though in my truffle-config.js file I specified the id to
I've been trying to start Truffle but when I do $ truffle it says command not found. I've done npm init, npm i truffle and ./node_modules/.bin/truffle init but