Final Project

Consider a scenario where we have three partners in our business plan. We’re planning on monetizing this business plan by accepting payments in cryptocurrency. We want to distribute the earnings fairly between ourselves. Let’s create an application that helps us create a smart contract on the blockchain that can distribute the collected payments between our partners in a predetermined split ratio, say 1, 2, 1.

The project is divided into multiple tasks.

Task 1:  Connect to the Wallet

Task 2: Capturing the contract details of the partners.

Task 3: Deploying the contract details of the partners.

Task 4: Displaying the deployed contract details.

Task 5: Implementing the withdraw function.

Task 6: Navigating to the withdraw function.

In this project, you would need to have Metamask set up and installed in the browser since that would be how you’d interact with the Ethereum blockchain.