Skip to content

yesbit/Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Ethereum Smart Contract Steps

  • Download Metamask Chrome Browser Extention - https://metamask.io/
  • Request Ether from Ropsten Faucet - https://faucet.ropsten.be/
  • Go to Remix Browser Development - https://remix.ethereum.org
  • Copy the contract code from YesbitDemo.sol and deploy it to Ropsten Network
  • Retrive the deployed contract address by clicking the transaction (you may need it so save it)

Contract Interaction Steps

  • add an entry using the function add()
  • view your data on the blockchain using the function employees() in the remix browser
  • read the number of entries using staffcount() in the remix browser

Web3 Interaction Steps

About

Blockchain Demo for the Yesbit Crew!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published