Skip to content

Smart contract template for a BEP721 NFT minter. Written in solidity. Deployable to the Binance Smart Chain and Ethereum Network.

License

Notifications You must be signed in to change notification settings

solomoncools/nft-minter-bep721

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

🥷 BEP 721 NFT MINT

Smart contract template for a BEP721 NFT minter. Written in solidity. Deployable to the Binance Smart Chain and Ethereum Network.

Getting Started

  • Go here https://remix.ethereum.org/
  • Create a new .sol file and add the code from mint.sol
  • Compile using a solidity version > 0.8.0
  • Connect your metamask wallet and select the chain you want to deploy to.
    - This contract supports blockchain network IDs: ETH [1, 3, 4, 42] and Binance [97, 56]
  • Select "Deploy and Run Transaction" on Remix
  • Set environment to "Injected Web3"
  • Select your NFT_Factory contract from the list of contracts
  • Deploy to the network and approve transaction in Metamask

Operating the Minter Contract

  • Prime your NFT minter by calling the "startSale" function
  • Call the mintContract function with your desired quantity and address

All functions in this contract can be called from a Dapp using JS and Web3

About

Smart contract template for a BEP721 NFT minter. Written in solidity. Deployable to the Binance Smart Chain and Ethereum Network.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published