November 2018
Intermediate to advanced
528 pages
13h 21m
English
Using Remix’s debugger with only the transaction ID can be a little troublesome for beginners trying to spot where the code breaks, without having the debugger attached to the code. To make the attachment, we need to load the contract code and connect Remix to the new instance you’ve migrated in Ganache.
First, import the contract file from Truffle’s folder, as follows:

Deploy the contract into Ganache using truffle migrate –reset –network my_ganache, then retrieve the contract's address:

Under the Run tab, ...
Read now
Unlock full access