murad-alqadi / scion

nft explorer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scion

nft explorer
by murad alqadi


Aim:
  At this time, many NFT explorers have been made. The aim of this project is to produce a cryptocurrency content management system built with infrastructure that is secure, agile, and scalable at its foundation with a compelling user interface. In its current form, scion is an NFT explorer--a simple application that allows the user to access NFT metadata on the Ethereum blockchain. The user should ideally sign in with their Ethereum wallet and allow the application to store their preferred connected Ethereum address. Using their scion account, the user should be able to add NFT metadata from the explore page to a watched-list. Additionally, they can track watched NFT transaction history.

Methods:
  Languages: TypeScript 4.X, HTML5, CSS3
  Runtime Environment: Node.js 14.X
  Web Application Framework: Express.js 4.16
  User Interface Framework: React 16.8
  Database Connection Library: Mongoose 5.1X
  Document-Oriented Database: mongoDB 6.0.0


  Developer Environment:
   1. Instell dependencies:
    $cd ./clonedrepository npm install
   2. Enter mongoDB connection information into: $cd ./clonedrepository/src/server/configs.ts
    // url, port, username, password, collection
   3. Run build
    $cd ./clonedrepository npm run build
   4. Run production environment
    $cd ./clonedrepository npm run start
   5. Run developer environment
    $cd ./clonedrepository npm run dev
   6. Browser should open automatically
    // production:8080 & developer:3000

About

nft explorer


Languages

Language:TypeScript 75.8%Language:Less 14.2%Language:JavaScript 9.1%Language:HTML 0.9%