├── .gitignore ├── README.md ├── abi.json ├── config.json ├── main.py ├── pkey.txt └── proxies.txt /.gitignore: -------------------------------------------------------------------------------- 1 | 2 | *.xlsx 3 | successful_tx.txt 4 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/true-ebeggar/Zora_free_staff_mint/HEAD/README.md -------------------------------------------------------------------------------- /abi.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/true-ebeggar/Zora_free_staff_mint/HEAD/abi.json -------------------------------------------------------------------------------- /config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/true-ebeggar/Zora_free_staff_mint/HEAD/config.json -------------------------------------------------------------------------------- /main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/true-ebeggar/Zora_free_staff_mint/HEAD/main.py -------------------------------------------------------------------------------- /pkey.txt: -------------------------------------------------------------------------------- 1 | Check guide how to extract pkey here - https://rb.gy/qk31b -------------------------------------------------------------------------------- /proxies.txt: -------------------------------------------------------------------------------- 1 | Check guide how to buy proxy here - https://rb.gy/qk31b --------------------------------------------------------------------------------