Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/silviopaganini/nft-market-service

NFT Market service to mint tokens on IPFS
https://github.com/silviopaganini/nft-market-service

aws blockchain ipfs lambda serverless typescript

Last synced: 13 days ago
JSON representation

NFT Market service to mint tokens on IPFS

Awesome Lists containing this project

README

        

# NFT Market AWS Serverless Lambda Service

![GitHub](https://img.shields.io/github/license/silviopaganini/nft-market-service?style=round)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=round)](https://github.com/prettier/prettier)
![](https://img.shields.io/badge/Typescript-💪-blue)

To use together with [NFT Marketplace](https://github.com/silviopaganini/nft-market)

## Installation

Make sure you have serverless installed

```
npm install serverless -g
npm install
```

## Setup

env file required

```yml
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
```