C

Custom contract deployment with Truffle (Docs)

Docs for connecting to your network with Truffle and HD-wallet

The problem Custom contract deployment with Truffle (Docs) solves

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:

Challenges we ran into

We faced some problems while configurating the network (at

truffle-config.js

) since some parameters are a little tricky (

gasPrice

and

gas

are strings, not integers).

Discussion