Course Code: defiapp
Duration: 7 hours
Overview:
a:0:{}
Course Outline:

- Setup frontend React App using truffle

-- Exercise: Setup your own project with truffle unbox and the previously developed Token

- Build interface showing the ownership of our created Token (Made in previous classes) and total ETH owned.

-- Exercise: Complete Frontend stub, by implementing the correct call to smart contracts using the contract's ABI

- Crowdsale: Enable minting (buying) of Tokens for ETH by click of a button, up until supply limit.
-- Exercise: Collaborate on building frontend to mint all our tokens, buy some amount of each our new tokens

- DeFi: Adding our token to a liquidity pool, Exchange Tokens via frontend.

-- Exercise: Make pools and provide liquidity to trade each others tokens

- Testing: Fork the Mainnet, and simulate interaction with contracts on the mainnet.
-- Exercise:  Fork the mainnet test-deploy our token to trade on uniswap.