Ganache says that it cannot connect to Truffle project
I have updated the project path, to not effect
I have removed the project and started a new one, to no effect
Ganache still update ETH balance as test scripts consume gas
I'm not sure if this is related, but when allocating test tokens to test accounts in deployment, the console shows that the expect tokens arrive where expected.
However, when i run a test script to print the role, address, and test token balance of each account, they all show 0.
However, when i send commends directly through the truffle cli i can query the test account and see the test tokens as expected.
I cannot figure out why the balances from the script are incorrect, or why Ganache says that it cannot connect with the Truffle project, or if these are related problems. But there are show stopping problems.
I'm not sure if this is related, but when allocating test tokens to test accounts in deployment, the console shows that the expect tokens arrive where expected.
However, when i run a test script to print the role, address, and test token balance of each account, they all show 0.
However, when i send commends directly through the truffle cli i can query the test account and see the test tokens as expected.
I cannot figure out why the balances from the script are incorrect, or why Ganache says that it cannot connect with the Truffle project, or if these are related problems. But there are show stopping problems.