The code files of this chapter are available at https://github.com/PacktPublishing/Blockchain-Development-for-Finance-Projects/tree/master/Chapter%208.
We'll be using the following sources to develop our project:
- Ganache private blockchain server—https://trufflesuite.com/ganache/
- Trufflesuite—https://github.com/trufflesuite/truffle
- Metamask plugin for Chrome/Firefox/Safari—https://metamask.io/
To install Ganache on Ubuntu, you might need to change some settings. Click on the drop-down menu next to the directory name. Select Preferences. Navigate to the Behavior tab. Under Executable Text Files, set the option to Ask what to do. Navigate back to the file downloaded from the Ganache download link. Right-click on the file and click on properties. Select the Permissions tab. Select the Allow executing files as program option. Now...