Contract Wizard Concepts

Contract Wizard Intro

The Contract Wizard gives artists control of their distribution. The contracts made by the wizard are a modified ERC721 called 721J. The Contract Wizard is a contract that makes contracts.

Features

A quick list of the Contract Wizard features:

  • Ability to mint a 721J contract with ETH or any ERC-20 token

  • Keeps track of the contracts made with the contractByIndex function and NewContract event logs.

  • 1 interface to represent the functions in the Contract Wizard - IContractWizard

Making A Clone Vs Deploying Manually

The difference between deploying a 721J contract manually or using The Contract Wizard is that it costs way less gas upfront to use The Contract Wizard. The Wizard's Library is also valuable in how it creates part of a Decentralized Autonomous Music Network.

Last updated