RedSquirrelTech / hoscdev

Code for Hands on Smart Contract Development. We recommend https://quickbeam.xyz/ for a more interactive learning experience. (discount code: HOSCDEV100)
http://shop.oreilly.com/product/0636920216018.do
137 stars 51 forks source link

Chapter 9 missing client folder for Hands-On Smart Contract Development Book #15

Open byennen opened 4 years ago

byennen commented 4 years ago

While reading Hands-On Smart Contract Development with Solidity and Ethereum, during chapter 5 the reader is asked to clone this repo. Then cp -r hoscdev/chapter-9/client greeter/client the client folder appears to be missing in this repo.

Using the client folder from chapter-10 to move forward.

JordGreer commented 4 years ago

Hey @byennen, came across this issue today as well. Does using the client folder from chapter-10 work?

ghost commented 3 years ago

Hey, same issue as byennen. Appears to exist in folder 10+11, but where do I paste the info to? Your command does not include a location to copy it to...

ghost commented 3 years ago

@Byennen, @JordGreer, I worked it out (NOT straight forward/disappointing the author hasn't addressed this...massive hole IMO)

Instead of copying the chapter 9 directory copy the chapter-5/client directory into greeter/client and continue on from there

redsquirrel commented 3 years ago

Apologies for our absence! I am now (finally) watching this repo. We are looking into this issue.

ghost commented 3 years ago

Thank you, @redsquirrel!

redsquirrel commented 3 years ago

@JeanGalt1957 If you come up with a solution, please let us know.

ghost commented 3 years ago

@redsquirrel you can mark this as closed I think: instead of copying the chapter 9 directory copy the chapter-5/client directory into greeter/client and continue on from there. That solution worked for me!

I’ll follow up in the chapter 7 issue later

redsquirrel commented 3 years ago

Before we mark this as closed, I'd like to get input from @ksolo or @randallkanna

ghost commented 3 years ago

Certainly better than my input!

Whitedevilcoder commented 4 months ago

Can anyone please provide a perfect solution for this ??