GitHub - left-gallery/family-maker-wrapper (original) (raw)
Navigation Menu
Appearance settings
- AI CODE CREATION
* GitHub CopilotWrite better code with AI
* GitHub Copilot appDirect agents from issue to merge
* MCP RegistryNewIntegrate external tools - DEVELOPER WORKFLOWS
* ActionsAutomate any workflow
* CodespacesInstant dev environments
* IssuesPlan and track work
* Code ReviewManage code changes - APPLICATION SECURITY
* GitHub Advanced SecurityFind and fix vulnerabilities
* Code securitySecure your code as you build
* Secret protectionStop leaks before they start - EXPLORE
* Why GitHub
* Documentation
* Blog
* Changelog
* Marketplace
- AI CODE CREATION
- BY COMPANY SIZE
* Enterprises
* Small and medium teams
* Startups
* Nonprofits - BY USE CASE
* App Modernization
* DevSecOps
* DevOps
* CI/CD
* View all use cases - BY INDUSTRY
* Healthcare
* Financial services
* Manufacturing
* Government
* View all industries
- BY COMPANY SIZE
- EXPLORE BY TOPIC
* AI
* Software Development
* DevOps
* Security
* View all topics - EXPLORE BY TYPE
* Customer stories
* Events & webinars
* Ebooks & reports
* Business insights
* GitHub Skills - SUPPORT & SERVICES
* Documentation
* Customer support
* Community forum
* Trust center
* Partners
- EXPLORE BY TOPIC
- COMMUNITY
* GitHub SponsorsFund open source developers - PROGRAMS
* Security Lab
* Maintainer Community
* Accelerator
* GitHub Stars
* Archive Program - REPOSITORIES
* Topics
* Trending
* Collections
- COMMUNITY
- Pricing
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
Appearance settings
left-gallery / family-maker-wrapper Public
Notifications You must be signed in to change notification settings
Additional navigation options
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
- Legacy: deploy contract in Rinkeby at https://rinkeby.etherscan.io/address/0xA6A1342850c0493e1A528df189AB3C8f5c311F59
- Wrapper: deploy contract in Rinkeby at https://rinkeby.etherscan.io/address/0x6796AFF016478feb7afdd698e413841cF2916821
- Legacy: mint 4 tokens to 0x1979
- Legacy: transfer ownership to Wrapper
- Wrapper: mint/wrap tokens from 1 to 10 https://rinkeby.etherscan.io/tx/0x8d8e8a4a42c9356c1e1390a9e81e131e706a9b5dbcc0ea64aa06965430580a41
About
No description, website, or topics provided.
Resources
License
Stars
Watchers
Forks
Releases
No releases published