johnoseni1 / nft-market-service

NFT Market service to mint tokens on IPFS

Home Page:https://nft.s2paganini.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NFT Market AWS Serverless Lambda Service

GitHub code style: prettier

To use together with NFT Marketplace

Installation

Make sure you have serverless installed

npm install serverless -g
npm install

Setup

env file required

IPFS_HOST: ipfs.infura.io
IPFS_PROTOCOL: https
IPFS_PORT: 5001
APIETHERSCAN: 
DOMAIN_NAME: your.domain.for.your.api.com
CERTIFICATE_ARN: 
ZONE_ID: 
IPFS_INFURA_PROJECT_ID: 
IPFS_INFURA_SECRET:

Running locally sls offline

npm start

About

NFT Market service to mint tokens on IPFS

https://nft.s2paganini.com/

License:MIT License


Languages

Language:TypeScript 95.8%Language:JavaScript 4.2%