Giter Club home page Giter Club logo

opensea-clone-coding-project's Introduction

👋 Introduce

OpenSee 🐳는 NFT를 검색하고 전송하고 민팅을 할 수 있습니다.


📖 WIKI More Information



👨‍👨‍👧 Members

이민욱   https://github.com/yiminwook
조은석   https://github.com/noncontact
한은진   https://github.com/eunjh3



✈️ Getting Started

Front Client

  npm install
  npm start

Back Server

   npm Install nodemon -g nodemon
  .env파일에 Infura API key입력
   npm install
   npm start

IPFS Desktop

   Install IPFS  /ip4/127.0.0.1/tcp/5001
   CORS 설정

  "API": {
		"HTTPHeaders": {
			"Access-Control-Allow-Origin": [
				"https://webui.ipfs.io",
				"http://webui.ipfs.io.ipns.localhost:8080",
				"http://localhost:3000"
			],
    }
  },
"Gateway": {
		"HTTPHeaders": {
			"Access-Control-Allow-Methods": [
				"GET",
				"POST"
			],
    }
  }


Instruction

Connect Wallet


Connect_Wallet_gif


Search NFT


Search_NFT_gif


Tranfer NFT


Transfer_NFT_gif


Mint NFT


Mint_NFT_gif




opensea-clone-coding-project's People

Contributors

yiminwook avatar noncontact avatar eunjh3 avatar eensungkim avatar

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.