57u / marketplace

Ethereum Marketplace Step-by-Step Tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is the tutorial from DApp Univeristy which is configured to work on harmony blockchain.

Video Tutorial

Video Tutorial

Steps

  • Fund your public key with test ONE tokens (faucet)
    gif for funding
  • Update truffle-config.js, replace with your private key
  • npm install
  • truffle compile
  • truffle migrate --reset --network testnet
  • npm start which should popup http://localhost:3000/ page
  • make sure to connect metamask to harmony testnet, as the marketplace contracts are deployed on harmony testnet (instructions)

About

Ethereum Marketplace Step-by-Step Tutorial


Languages

Language:JavaScript 79.9%Language:Solidity 12.6%Language:HTML 7.4%Language:CSS 0.1%