Add in a valid Solana keypair that will pay for the creation of the NFT in .env.example:
# Wallet that will create the NFT
WALLET="[ wallet in json format ]"and create your .env file by copying from .env.example:
$ cp .env.example .envTo clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/danielpavel/generug-blink
# Go into the repository
$ cd generug-blink
# Install dependencies
$ npm install
# Run the app
$ npm run devThe credits for the generation algorithm go to deanmlittle. You can check the OG generug repo here and page
GitHub @danielpavel Twitter @_daneilpavel