Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions samples/truffle_sample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ and you'll see a string, which is your account address (of course, it can be fil

Then you need to Uncomment the code in **truffle.js**, which you've commented in step 1.

#Truffle Migrate
# Truffle Migrate

1. Run:
```bash
Expand All @@ -82,7 +82,7 @@ which indicates the sample runs successfully!

If you met the connection error "Could not connect to your Ethereum client. Please check that ......", Please see the section "SSL Cert Injection" for help.

#SSL Cert Injection
# SSL Cert Injection
The connection error "Could not connect to your Ethereum client. Please check that ......" may caused by that web3 consider the ssl cert of the transaction node as an unsafe cert. If it's caused by this reason, we can recover it by injecting the cert manually:

1. Uncomment the code in "SSL Cert Injection" part.
Expand Down