Skip to content

Simple web shopping using Smart Contract on Ethereum network. Web3js

License

Notifications You must be signed in to change notification settings

ToeiKanta/Smart-Contract-WebShop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smart-Contract-WebShop

Simple web shopping using Smart Contract on Ethereum Test network.

Getting start

require
1. [nodejs] download from here https://nodejs.org/en/
2. [remixIDE https://remix.ethereum.org/] to publish contract.
3. [MetaMask - ChromeExtension] to be virtual Wallet.

Upload Smart Contract

  1. go to path Solidity/CharactorShop.sol
  2. upload to https://remix.ethereum.org/
  3. DEPLOY & RUN TRANSACTIONS with Injected Web3 with your MetaMask account (I used Ropsten Test Network).

  1. Copy your Contract Address to file path public/config.js

Start Web Server

  1. git clone https://github.com/ToeiKanta/Smart-Contract-WebShop.git
  2. cd Smart-Contract-WebShop
  3. npm install
  4. npm start
  5. Open Web Browser on http://localhost/

  1. Having fun..

All Screenshot

Before

Pending

After

Matamask

RemixIDE

About

Simple web shopping using Smart Contract on Ethereum network. Web3js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published