About downloading old 「Truffle unbox react」 #5552
-
I am currently working on a tutorial on "Hands-On Smart Contract Development With Solidity and Ethereum" (O'Reilly/Japanese edition). In this book, the older Truffle unbox react is used instead of the latest version. Please let me know how to download the older version. Please refer to the following image for the older version. https://github.com/okahijiki/truffleFaqRef/blob/main/P94.JPG |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
When you click on the URL for reference, an error is displayed. |
Beta Was this translation helpful? Give feedback.
-
Hey @okahijiki . So the process is a little more involved than the one-liner
And that should be it! Let me know if this is helpful. Cheers 🥂 * Edit: Older iterations of react-box are rather out of date, things may not work properly (e.g. connecting to MetaMask). Unbox the latest react-box ( |
Beta Was this translation helpful? Give feedback.
Hey @okahijiki . So the process is a little more involved than the one-liner
truffle unbox react
. Here's what you can do:git reset --hard <commit-you-want>
git log
or whatever you prefer :)truffle unbox <path-to-cloned-react-box-repo>
And that should be it! Let me know if this is helpful. Cheers 🥂
* Edit: Older iterations of react-box are rather out of date, things may not work properly (e.g. connecting to MetaMask). Unbox the latest react-box (
truffle unbox react
) if possible.