Skip to content

Commit 626cfb8

Browse files
committed
fixed mistakes in task 4
1 parent 812709c commit 626cfb8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

basic/04-web3js-truffle/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ After finish the above steps, we can run `truffle compile`, `truffle migrate` an
175175

176176
## Use Truffle Dashboard
177177

178-
Start version `v5.5.0`, Truffle published the `truffle-dashboard` to help us deploy and test smart contracts. Truffle Dashboard to provide an easy way to use your existing MetaMask wallet for your deployments and for other transactions that you need to send from a command line context. So it is beneficial to reduce the risk of private key leakage.
178+
Start version `v5.5.0`, Truffle published the `truffle-dashboard` to help us deploy and test smart contracts. Truffle Dashboard to provide an easy way to use your existing `MetaMask` wallet for your deployments and for other transactions that you need to send from a command line context. So it is beneficial to reduce the risk of private key leakage.
179179

180180
#### Start Truffle Dashboard
181181

@@ -221,6 +221,6 @@ It is worth mentioning that for the transaction sent, the developer can confirm
221221

222222
## Reference
223223

224-
- solidity smart contract: https://learnblockchain.cn/docs/solidity/contracts.html
225-
- solidity 相关工具: https://solidity-cn.readthedocs.io/zh/develop/
224+
- Solidity smart contract: https://learnblockchain.cn/docs/solidity/contracts.html
225+
- Solidity Tools: https://solidity-cn.readthedocs.io/zh/develop/
226226
- Truffle Dashboard: https://trufflesuite.com/docs/truffle/getting-started/using-the-truffle-dashboard

0 commit comments

Comments
 (0)