web3-starter-py/web2-projects/nft-traits-gen/README.md
osiris account 314bdf533e 💾
2023-03-12 15:32:23 -07:00

25 lines
304 B
Markdown

# Prototyping a storytelling NFT
For dev purpose only: the NFT drop is actually created on-chain.
---
### Running
Create and edit an `.env` file:
```
cp sample_env .env
```
Create an virtual env and install requirements:
```
pip3 install -r requirements.txt
```
Run:
```
python3 gen_nfts.py
```