Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 870 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 870 Bytes

Algo-Lite Contract

  1. Mints in an pusedo-random order
  2. Includes on-chain royalties support for entire collection
  3. Has approved minters list allowing for trusted minting users and contracts

Use case:

Artist minting contract for Algo Lite by @jawn.

Deployed at:

Environment variables for config:

  • DEV_MNEMONIC: Mnemonic for devel
  • RINKEBY_RPC: RPC Url for ethereum rinkeby network
  • PROD_PRIVATE_KEY: Private key for production (mainnet eth)
  • MAINNET_RPC: RPC Url for ethereum mainnet network

Configured networks:

  • mainnet
  • rinkeby
  • polygon
  • mumbai