Skip to content

Retzark/defidojo-frontend

 
 

Repository files navigation

defidojo

Introduction

"defidojo" is an innovative platform designed for enthusiasts and collectors of Non-Fungible Tokens (NFTs), enabling users to open packs and collect unique digital cards represented as NFTs. Leveraging the Hive blockchain technology, defidojo aims to revolutionize the digital collectibles market by offering a user-friendly interface and engaging community features.

Features

  • Open Packs: Users can discover and open digital packs to unveil unique NFT cards.
  • Collect: Allows users to build and showcase their collection of digital NFT cards.
  • Trade: Provides a platform for users to engage with the community, trade cards, and complete their collections.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • Node.js: Version 12.x or newer is required to run the project.
  • npm: npm is used for managing the dependencies of the project. It comes installed with Node.js.

You can check your Node.js and npm versions by running node -v and npm -v in your terminal.

Installation

Ensure Node.js and npm are installed on your machine before proceeding with the installation. Follow the steps below to install the project dependencies, including the use of npm install --force to forcefully resolve dependencies if necessary.

Usage

With the dependencies installed, you can run the project in different modes using the scripts defined in package.json.

Development Mode

To run the application in development mode with hot reloading:

Production Build

To build the application for production:

bash npm run build npm run start

About

DefiDojo is a demonstration project to showcase Hive-Engine packmanager contract. Create packs of cards that can then be purchased, opened, and the NFTs inside of them can be traded.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Vue 60.4%
  • JavaScript 32.2%
  • SCSS 7.4%