truffle tag

4 questions


1 answers
80 views
0
An error appears stating that the equal member is an invalid type (library Assistant).

If you try to test if the string value is correct, an error occurs. When you do numbers, there are no errors and compiles well. However, the string keeps getting the following error message.Error: Mem...

1 years ago

2 answers
130 views
0
When using Testrpc, the error appears that tx has an invalid nonce value.

I am studying truffles recently and am working on the following documentary: http://truffleframework.com/tutorials/pet-shopWhenever I try to cause a transaction, the error below appears.Error: Error: ...


1 answers
91 views
0
I have a question about Ethereum truffle error.

geth —testnet —syncmode fast —rpc —rpcapi db,eth,net,web3,personal —cache=1024 —rpcport 8545 —rpcaddr 127.0.0.1 —rpccorsdomain * Or geth —rinkeby —syncmode fast —rpc —rpcapi db,eth,net,web3,personal —...

1 years ago

1 answers
112 views
0
The error message "Member "equal" is not available in the library assistant" appears

A problem occurs when you try to test if it is a valid string value. The numbers are also correct and no error messages are displayed when trying to compile. However, if you try to check the string, t...

1 years ago

© 2024 OneMinuteCode. All rights reserved.