Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/silviopaganini/nft-market-service
- Owner: silviopaganini
- License: mit
- Created: 2021-03-10T20:07:14.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-14T13:41:22.000Z (about 3 years ago)
- Last Synced: 2024-10-14T22:12:31.363Z (27 days ago)
- Topics: aws, blockchain, ipfs, lambda, serverless, typescript
- Language: TypeScript
- Homepage: https://nft.s2paganini.com/
- Size: 126 KB
- Stars: 77
- Watchers: 6
- Forks: 68
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
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
```