GitHub - left-gallery/family-maker-wrapper (original) (raw)

Skip to content

Sign in

Appearance settings

View all features

View all solutions

View all resources

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Sign in

Sign up

Appearance settings

left-gallery / family-maker-wrapper Public

Additional navigation options

BranchesTags

Folders and files

Name Name Last commit message Last commit date
Latest commitHistory20 Commits
.github/workflows .github/workflows
contracts contracts
legacy-contracts legacy-contracts
solidity-compiler solidity-compiler
tasks tasks
test test
types types
.gitignore .gitignore
LICENSE LICENSE
README.md README.md
hardhat.config.ts hardhat.config.ts
package-lock.json package-lock.json
package.json package.json
tsconfig.json tsconfig.json

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

Readme

License

MIT license

Activity

Custom properties

Stars

2 stars

Watchers

2 watching

Forks

0 forks

Report repository

Releases

No releases published

Packages

Contributors

Languages