Created on 12th February 2021
•
There is a lack of documentation about how to use an HD-wallet in a Truffle project (https://github.com/trufflesuite/truffle/issues/2795)
Two resources for the solution:
We faced some problems while configurating the network (at
truffle-config.js
) since some parameters are a little tricky (gasPrice
andgas
are strings, not integers).Technologies used