Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 1.71 KB

README.md

File metadata and controls

53 lines (36 loc) · 1.71 KB

NFT-Market

OpenSea variant built with React front-end and Motoko back-end

Features:

  • Uses J0K3Rn-Coin (DJKR) for trading
  • Mint NFTs
  • Buy / Sell NFTs
  • Browse all NFTs listed for sale
  • Linked to token account from J0K3Rn-Coin

How to run application:

  • Download repository
  • Open downloaded repository with a command line interface
  • cd into opend/
  • run dfx start
  • open a NEW terminal, cd into opend/, run dfx deploy, run npm install, then run npm start
  • open up a browser and go to http://localhost:8080/
  • To get the discover / buy functionality working
  • Download the J0K3Rn-Coin repository
  • Follow the steps to get J0K3Rn-Coin up and running
  • A second website should automatically be hosted on http://localhost:8081/
  • Claim tokens to be able to purchase NFTs
  • Default user account is 2vxsx-fae
  • If needed; follow the instructions in /opend/README.md for more information

Homepage:

alt text

Minting NFT:

alt text

Minting NFT Complete:

alt text

My NFTs:

alt text

Listing a NFT for sale:

alt text

NFTs for sale:

alt text

Balance being updated after purchasing a NFT:

alt text