Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.35 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.35 KB

Family Maker Wrapper

family maker is a computer app by artist Ryan Kuo, distributed by left gallery.

Original contract address: 0xe8f6f556d571d149a4156aeb642a3acc7e966fe8.

Problem: the contract is not indexed by OpenSea.

Solution: create a new contract to wrap the old one, and mint all remaining tokens.

How to use it

Example, deploy on Rinkeby:

npx hardhat --network rinkeby deploy-legacy
# ...copy the legacy contract address

npx hardhat --network rinkeby deploy --legacy-address <legacy-contract-address>
# ...copy the wrapper contract address

npx hardhat verify --network rinkeby <wrapper-contract-address> <legacy-contract-address>

Rinkeby testing logs