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: about 1 month 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-14T13:41:22.000Z (over 3 years ago)
- Last Synced: 2025-03-18T11:48:14.797Z (about 1 month ago)
- Topics: aws, blockchain, ipfs, lambda, serverless, typescript
- Language: TypeScript
- Homepage: https://nft.s2paganini.com/
- Size: 126 KB
- Stars: 77
- Watchers: 5
- 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

[](https://github.com/prettier/prettier)
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
```