Skip to content

0xapp123/solidity-zilla-mint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

solidity-zilla-mint

This is the smart contract to mint new NFTs-BoredZilla You can confirm its function by visiting the website https://boredzillaclub.com/

In this contract, you can see several functions- mint, premint, setStart...

According to the Client's demand, at first premint 100 NFTs to certain address.

You can set whitelist members and OGmembers after it is deployed. It is convenient to use for you.

Git clone

Please select one place to git clone and run cmd.exe

git clone https://github.com/dev-tom-0108/solidity-zilla-mint.git

Compile and Deploy

  1. Run the remix on the internet.https://remix.ethereum.org

  2. Make a new file. Zilla.sol

  3. Click the Solidity Compiler tag on the left navbar. You are allowed to look clearly.

    image

  4. After the compile you click the Deply & run Transaction.

  5. Then you set the wallet's chain to Ethereum Mainenet.

  6. Set Environment like below:

    image

  7. You confirm the deploy fee and it has successfully deployed.

Releases

No releases published

Packages

No packages published