Name: Hassan Repo: https://github.com/hts13/CS1699_proj4
I decided to make a 'clone' of the million dollar homepage except for Ethereum. You can buy blocks of space on the page for 1 Ether. You then provide a redirect link and image link which will display in the slot you chose if not already occupied.
- Truffle (Development Framework)
- Ganache (Local blockchain)
- NPM 3.5.2
- Solidity +0.4.20
- metamask
- Install npm
- Install truffle
- Install ganache
- Install metamask
- run ganache
- ensure that it is running on port 7545
- open metamask in your browser and click 'Main Ethereum Network'
- click 'Custom RPC'
- scroll down to the RPC link field and enter 'http://localhost:7545'
- ensure that you metamask is running on this RPC (should have the custom RPC where 'Main Ethereum Network' was previously) import account steps
- run the following in a terminal at the base of the project directory
truffle migrate --reset
- run
npm run dev
- this should open up a chrome browser to localhost:3000
- You should now be able to interact with the homepage.