Skip to content

Instantly share code, notes, and snippets.

@njgheorghita
Created April 5, 2018 22:33
Show Gist options
  • Save njgheorghita/65b98b1f709080d2f01c5790795518a8 to your computer and use it in GitHub Desktop.
Save njgheorghita/65b98b1f709080d2f01c5790795518a8 to your computer and use it in GitHub Desktop.

OPTIONS TO DISPLAY BLOCKCHAIN ACTIVITY

Etherscan

Remix IDE

  • Won't show you the tx history of the contract
  • Can show you the current state of the contract
  • Moderately complex compared to etherscan
  1. Must have metamask installed and set up with a Rinkeby account and test ether
  2. Go to the Remix editor @ remix.ethereum.org
  3. Copy and paste contracts/LookupDirectory.sol and contracts/Ownable.sol into separate windows in the Remix editor
  4. In the Compile tab on the right - make sure there are no compiler errors
  5. Click the Run tab on the right and make sure that LookupDirectory is selected in the dropdown
  6. Where it says Load contract from address, enter the current address of the deployed LookupDirectory.sol contract you want to interact with and click At Address
  7. Use the GUI to interact with the contract as you want
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment