A collection of 1000 uniquely generated smiley NFTs, each believe to bring good luck. This collection was tested on Ethereum Goerli Testnet. It is deployable to any EVM chain.
- Mint some Lucky Smileys NFTs while supplies last
- To prevent abuse,
- Mint fee set at 0.02 Testnet ETH per NFT
- Maximum of 2 NFTs allowed per wallet
- Get free ETH on Goerli testnet from a faucet (e.g. Goerli Faucet)
- The minting site is below
👉 https://luckysmileys.aztemi.com/
View your NFTs on OpenSea Testnet after mint.
- Token Standard: ERC-1155
- Max Supply: 1000
- Smart Contract Address on Goerli Chain: 0x9c25c997BfD72999e56D9aFC3e9beb39C1A762f8
- Metadata CID on IPFS: bafybeigdit5g5sqypxqpm5i5hjolplb6deozcmumftwnebdjt5jcpdnc2m
- Media Assets CID on IPFS: bafybeih6p3dmzjtji5d2j3mcun4ya55kdsgghd4fofmzwbxsvvdmtmszi4
- Clone this git repository and change to the project directory
git clone https://github.com/t4top/lucky-smileys.git
cd lucky-smileys
- Install project dependencies
npm install
- Build and preview on a browser
npm run build
npm run preview