Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fairdatasociety/fairdrive-nft-generator


https://github.com/fairdatasociety/fairdrive-nft-generator

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

# NFT GENERATOR

## Development

Video demo: https://drive.google.com/file/d/18lDp77Q1ivPQxUD8iZEvsgSIpuJrKUXK/view?usp=sharing

### .env

1. `NEXT_PUBLIC_FAIROSHOST` - FairOS gateway
2. `NEXT_PUBLIC_GATEWAYURL` - Bee gateway
3. `NEXT_PUBLIC_CONTRACT` - Nft contract
4. `NEXT_PUBLIC_GATEWAYTEMPLATE` - Bee gateway template

## Run locally:
Clone this repo and run.
1. `yarn`
2. `yarn run build`
3. `yarn start`
4. Open http://localhost:3000 to view and use NFT Generator in the browser.