Skip to content

left-gallery/family-maker-wrapper

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published