Step 1: Launch Ganache and create a new workspace
Step 2: Download and extract MyEtherWallet v3.11.2.4
Step 3: Open the extracted index.html file
Step 4: Add the custom node
Step 5: Get the RPC SERVER address
Step 6: Enter and save the details for the custom node
Step 7: Navigate to Contracts and select Deploy Contract
Step 8: Write the CRUD smart contract in Remix IDE
Step 9: Compile the smart contract using compiler version 0.5.17+commit.d19bba13
Step 10: Copy the generated bytecode
Step 11: Paste the bytecode
Step 12: Copy the private key from one account
Step 13: Paste the private key and unlock the wallet
Step 14: Sign the transaction and deploy the contract
Step 15: Confirm the deployment
Step 16: Verify contract creation in Ganache
Step 17: Select Interact with Contract
Step 18: Copy and paste the CREATED CONTRACT ADDRESs
Step 19: Copy the generated ABI from Remix IDE
Step 20: Paste the ABI
Step 21: Click Access and view the smart contract functions
Step 22: Perform CRUD operations
Step 22.1: Create the record
Step 22.2: Read the record
Step 22.3: Update the record
Step 22.4: View the updated record
Step 22.5: Delete the record
Step 22.6: Try to view the deleted record
Step 23: View the transactions