https://github.com/gregnazario/aptos-example-token-migration-contract
https://github.com/gregnazario/aptos-example-token-migration-contract
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gregnazario/aptos-example-token-migration-contract
- Owner: gregnazario
- License: apache-2.0
- Created: 2023-11-21T02:15:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-16T23:00:41.000Z (over 1 year ago)
- Last Synced: 2025-01-28T22:31:34.618Z (5 months ago)
- Language: Move
- Size: 10.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aptos-example-burn-contract
This is an example of how someone would migrate from token V1 to token V2.
Simply just requires the address of the old collection, and then the rest goes as follows. This does not:
1. Port over any properties (those all need to be handled manually)
2. Copy any permissions (all permissions are set to open)
3. Set royalties (royalties are set to 0)
4. Actually burn the NFTs, if you're the owner of the original contract, it's a lot easier to burn them then.