Skip to content

CharReanimation/PeninsulaMarket

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 

Repository files navigation

Web3Website: PeninsulaMarket (WIP)

What's this?

A Marketing Website using the Ethereum network.
Currently running with Hardhat (Locally)

Tech Using:

Ethereum Hardhat
ReactJS
Web3JS

Language Using:

Solidity
JavaScript
HTML
CSS

Features:

Login Non-required

Home
About
Login

Login Required

Logout
User Account
User Profile
Logout
Mining
Raffle
Token Transfer
Store
NFT Creation

Web Pages:

Home

Getting started here

About

The About page contains some random information

Login

User Login here

Logout

User Logout here

Store

This is a Private Store that requires "Special Tokens"
Yeah, you can buy funny stuff hahahahahaha. Alright, it's just a mere joke (Test Only)

Mining

This page will perform mining to let users get the "Special Tokens"
Currently, Mining is Super EZ (Test Only)

Raffle

Users can spend 100 "Special Tokens" to perform a raffle to win around 50 - 500 "Special Tokens"

Transfer

This page handles transferring "Special Tokens" from the current account to another

NFT Create

Users can upload files to this page and create their NFT (Test Only)
Now, it is still working in progress

Profile

This page will show your account profile: Avatar, Address, Token Balance

Preparation:

NodeJS
VSCode

How To Use:

  1. Ensuring VSCode have the following plugins: Solidity
  2. Switch to "client" Folder
  3. Using Terminal Command: "npm install web3 ethers hardhat"
  4. Using Terminal Command: "npx hardhat"
  5. Using Terminal Command: "npm install --save-deve @nomicfoundation/hardhat-toolbox"
  6. Create 3 Terminals:
  • First Terminal Command: "npx hardhat node"
  • Second Terminal Command: "npx hardhat run src/scripts/deploy.js --network localhost"
  • Third Termina Commandl: "npm run start"
  1. Using browser, navigate to "http://localhost:3000/"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors