Truffle
https://ethereum-blockchain-developer.com/050-supply-chain-project/04-install-truffle/
Last updated
https://ethereum-blockchain-developer.com/050-supply-chain-project/04-install-truffle/
Last updated
Truffle is a node package. So you need node and npm installed first.
To install a specific version -> ...truffle@<version>
mkdir an empty folder. cd into it.
truffle unbox react
will download and setup a pre-configured project -> just a started template, like a hello world project.
You can see what the box contains and its github link: https://trufflesuite.com/boxes/react/