Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.6 KB

README.md

File metadata and controls

51 lines (28 loc) · 1.6 KB

smart_contract-demo

Deploying a smart contract on Ethereum Network.


Requirements for the demo:

  • Solidity - Programming language
  • Ganache - Personal Ethereum blockchain
  • MyEtherWallet - Ethereum wallet (local use only)

Introduction

  • Remix Ethereum IDE - Compile the code on Remix ETH IDE

1


  • Ganache - Selecting a wallet to perform actions

5

7


  • MyEtherWallet - Adding a custom network for Ganache setup

4

6


  • Deploying the Smart Contract

10

11


  • Interacting with the Smart Contract

15

16

17