/nftystore

🚀 Upload your NFT collection assets faster via Spheron Multi Chain Upload!

Primary LanguageTypeScriptMIT LicenseMIT

Spheron

Nftystore

🚀 Upload your NFT collection assets faster via Spheron multi-chain upload!

Installation

Frontend

You can follow these steps to setup the frontend:

Using NPM

  • Clone this repo: https://github.com/spheronFdn/nftystore.git
  • Go inside the frontend directory
  • Run npm i to install dependencies
  • Start Nftystore
    npm start
    

Using Yarn

  • Clone this repo: https://github.com/spheronFdn/nftystore.git
  • Go inside the frontend directory
  • Run yarn to install dependencies
  • Start Nftystore
    yarn start
    

You can access the frontend at: http://localhost:3000


Server

You can follow these steps to setup the server:

Using NPM

  • Clone this repo: https://github.com/spheronFdn/nftystore.git
  • Go inside the server directory
  • Run npm i to install dependencies
  • Create a .env file in the server directory with the following configuration:
    HOSTING_API_HOST_ADDRESS=https://api-v2.spheron.network
    API_TOKEN=xxxx
    UI_URL=http://localhost:3000
    
  • Start the server
    npm run dev
    

Using Yarn

  • Clone this repo: https://github.com/spheronFdn/nftystore.git
  • Go inside the server directory
  • Run yarn to install dependencies
  • Create a .env file in the server directory with the following configuration:
    HOSTING_API_HOST_ADDRESS=https://api-v2.spheron.network
    API_TOKEN=xxxx
    UI_URL=http://localhost:3000
    
  • Start the server
    yarn dev
    

You can access the server at: http://localhost:8088

Contribution

We encourage you to read the contribution guidelines to learn about our development process and how to propose bug fixes and improvements before submitting a pull request.

The Spheron community extends beyond issues and pull requests! You can support Spheron in many other ways as well.

Community

For help, discussions or any other queries: Join us on Discord