Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fairdatasociety/fairdrive-nft-generator
https://github.com/fairdatasociety/fairdrive-nft-generator
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/fairdatasociety/fairdrive-nft-generator
- Owner: fairDataSociety
- License: apache-2.0
- Created: 2022-05-16T15:57:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-09T20:37:29.000Z (about 1 year ago)
- Last Synced: 2023-10-09T21:31:57.241Z (about 1 year ago)
- Language: TypeScript
- Size: 227 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.