Skip to content

Surge-DAO/surge-nft-generative-art

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Surge NFT art generator

Surge NFT art generator to create random unique NFTs

Installation

npm install

How to configure

All the configuration can be found in src/config.js

To change the matadata uri:

const baseUri = 'ipfs://';

To add description of NFTs:

const description = 'Surge NFTs project';

How many NFTs to generate:

items: 10
npm install

Usage

npm run start

Update metadata URI

Change the matadata uri in src/config.js:

const baseUri = 'ipfs://';
`

npm run update


## Useful Info
How to check if PNG image is 8-bits or 24-bits

file .png

source: https://askubuntu.com/a/943628

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License
[MIT](https://choosealicense.com/licenses/mit/)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published