Releases: spheronFdn/nftystore
Releases · spheronFdn/nftystore
Release v1.0.0
Nftystore
Upload your NFT collection assets faster via Spheron multi-chain upload!
Usage
Frontend
- Clone this repo: https://github.com/spheronFdn/nftystore.git
- Go inside the frontend directory
- Install dependencies
- Start Nftystore
npm start
You can access the frontend at: http://localhost:3000/
Backend
- 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:
PORT=8088
HOSTING_API_HOST_ADDRESS=https://api-v2.spheron.network
API_TOKEN=xxxx
UI_URL=http://localhost:3000
- Start the server
npm run dev
You can access the server at: http://localhost:8088/