Closed molecula451 closed 4 years ago
Showing .secret as singular
Line 7 truffle-config.js : const mnemonic = readFileSync(".secret").toString().trim();
truffle-config.js
const mnemonic = readFileSync(".secret").toString().trim();
On the markdown testing section Step 3:
Create a .secrets file in the root folder of this project, and paste into it the mnemonic phrase of the the wallet you
Could be either change on variable or in the markdown
@molecula451 Looking into this
Closing this issue. We'll cover this in release 0.5
Showing .secret as singular
Line 7
truffle-config.js
:const mnemonic = readFileSync(".secret").toString().trim();
On the markdown testing section Step 3:
Create a .secrets file in the root folder of this project, and paste into it the mnemonic phrase of the the wallet you
Could be either change on variable or in the markdown