Contract Wizard Concepts

Contract Wizard Intro

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

Features

A quick list of the Contract Wizard features:

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

  • Ability to keep track of the contracts made by the Contract Wizard 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 make a clone. The Wizard's Library is also valuable in how it creates part of a Decentralized Autonomous Music Network. Even if a 721J contract is deployed manually it can and should be added to The Wizard's Library.

Last updated