Giter Site home page Giter Site logo

codestates / beb-05-leesea Goto Github PK

View Code? Open in Web Editor NEW
3.0 6.0 4.0 17.72 MB

NFT Marketplace

Home Page: https://codestates.github.io/BEB-05-LeeSea

JavaScript 99.22% HTML 0.07% CSS 0.44% Solidity 0.24% SCSS 0.03%
blockchain nft ethereum javascript nodejs react

beb-05-leesea's Introduction

LeeSea

NFT를 민팅하고 거래할 수 있는 플랫폼

🍁 주요 기능

  • Minting: 자신의 이미지 파일을 NFT로 제작
  • Collection: 자신이 소유하고 있는 NFT 컬렉션 확인
  • Marketplace: 플랫폼에서 다른 사용자의 NFT를 확인하고 거래

📑 페이지

  1. Home: 메인 페이지이다.

    home.png

  2. Explore: 등록된 NFT 작품을 탐색할 수 있다.

    explore.png

  3. TokenDetail: NFT 작품의 상세 정보를 확인하고 거래를 할 수 있다.

    tokendetail.png

  4. Create: 이미지를 NFT로 민팅할 수 있다.

    create.png

  5. Profile: 현재 계정의 정보와 소유한 NFT 작품을 확인할 수 있다.

    profile.png

⚙️ 기술 스택

architecture.jpg

  • 프론트엔드: React, node.js, SCSS
  • 블록체인: Etehreum(Rinkeby Testnet), Ganache
  • 기타: web3.js, NFT Storage, MetaMask

📕 작동 구조

  • Remix IDE를 통해 Ethereum 컨트랙트를 배포
  • web3.js를 통해 React 프로젝트에서 Ethereum 블록체인과 통신
  • NFT Storage를 통해 IPFS에 NFT의 metadata를 저장 및 통신
  • Chorme MetaMask 플러그인을 통해 지갑 연결
  • redux를 활용한 데이터 상태 관리

🌵 설치 및 사용

client 폴더로 들어가서 react 프로젝트를 확인한다.

  1. 먼저 환경변수를 설정해준다.

    client 폴더 하위에 .env 파일을 생성하고 아래 코드를 입력한다. REACT_APP_NFT_STORAGE_API_KEY에는 NFT STORAGE에서 발급한 API 키를 넣어준다.

    SKIP_PREFLIGHT_CHECK=true
    REACT_APP_SKIP_PREFLIGHT_CHECK=true
    REACT_APP_USE_GANACHE=false
    REACT_APP_NFT_STORAGE_API_KEY=NFT Storage API 키
    REACT_APP_NFT_CONTRACT_ADDR=0x3E78ae13213B5647B8fA43A3C82208CA58Eb8211
    REACT_APP_MARKET_CONTRACT_ADDR=0x2b2fe0286c628067CBE182E8164F292465e0e75A
    
  2. npm install 명령어를 통해 모듈을 설치한다.

    npm install
  3. 프로젝트를 실행한다.

    npm start
  4. Chorme 브라우저를 통해 페이지에 접속한다.

🥕 팀원

이성만 @sungman5

이송영 @SongArtish

이혜인 @hyenne

이휘준 @LEEHWIJOON

beb-05-leesea's People

Contributors

hyenne avatar songartish avatar leehwijoon avatar sungman5 avatar planethoon avatar

Stargazers

RAUNAK DHABEKAR avatar  avatar  avatar

Watchers

James Cloos avatar Daehee Cho avatar Keeby avatar  avatar  avatar chan avatar

beb-05-leesea's Issues

[TASK] Toggle 버튼 기능 추가

ISSUE

  • Group: client
  • Type: feature
  • Detail: add Toggle button

TODO

  1. 토글 버튼 기능 추가
  2. CSS 다듬기

Estimated time

Pick one

1.5h

Labels

  • Estimated time: E: 1.5h
  • Group : client
  • Sprint: Sprint 1
  • Urgency: Middle

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.