-
FYI @aj-may
if someone has a number of files and directories in their project that they want to mount into the truffle working directory, they have to do it one by one because otherwise the built …
-
If you follow this tutorial:
https://docs.infura.io/infura/tutorials/ethereum/create-an-nft-using-truffle/create-the-nft-smart-contract
VS Code side bar indicates an incorrect truffle-config.js fo…
-
Hi,
According to [this line](https://github.com/trufflesuite/truffle-compile/blob/develop/index.js#L123), seems like it's possible to silent all the warning when compiling the contracts.
But, it…
-
Hi, could you please point out if this is my misunderstanding or if something is causing this issue on your side?
Attaching the error message.
```
$ truffle unbox optimism
This directory is n…
-
OS: Windows 10
`
$ node -v && npm -v
v10.11.0
6.4.1
`
`
$ npm install truffle-hdwallet-provider
`
scrypt@6.0.3 preinstall C:\Users\ythal\learning\udacity\blockchain\udacity_blockchain_dev…
-
Hi,
Thanks for upgrade to truffle version 2.0.4, I have copied the latest version of your code and 'truffle compile' 'truffle migrate' 'truffle test' are all working properly, but only when after issu…
eshon updated
5 years ago
-
I got an error :
Error: No Network specified. can not determine current network.
eshon updated
5 years ago
-
Truffle cannot find any-promise.
Reproduction:
```
npm install truffle-hdwallet-provider --save-dev
```
```
Error: Cannot find module 'any-promise'
at Function.Module._resolveFilename…
-
With the Truffle target, a type 'AllEvents' is defined but there doesn't seem to be a way to access it externally, though there does seem to be a way to access the set of events for a web3 target (see…
-
How can I use web3-event-compatibility with truffle drizzle?