我的问题是关于接管一个部分铸造的CM项目。我对Solana开发不太熟悉。
我的一个好友正在接管一个项目的所有权。我只是想确认:如果将糖果机的权限更新到他的钱包中,并且他拥有CM ID,那么这是放弃以前所有权所需的一切?他可以自由地更改CM配置。
另外,每个铸造的NFT的权限也必须更新?不更新现有NFT的唯一缺点是无法更改特许权使用费吗?
在转让所有权时还有其他考虑吗?
提前致谢!
My question is regarding taking over a partially minted CM project. I'm not too familiar with Solana development.
A buddy of mine is taking over ownership of a project. I just wanted to confirm: if the authority of the candy machine is updated to his wallet and he has the CM id that's all that would be required to relinquish previous ownership? He'd be free to make changes to the CM configuration at that point.
Also, the authority of each minted NFT would have to be updated as well? Would the only downside of not updating the existing NFTs be not being able to change the royalties?
Is there anything else to consider in transferring ownership?
Thanks in advance!
发布评论
评论(2)
已经部分的造币厂有一些需要更新以完全接管项目的东西。
您需要在旧所有者给您的Candymachinne的更新Auth Keypair上,或者如果他们不将其移交给您,或者让他们在此处执行一些操作,因为原始Keypair需要执行某些操作。
更新NFT权限的工具为 metaboss 。如果您在此处查看此页面 https://metaboss.rs/set.html 您可以使用命令来更新权威。显然,您还需要铸造所有当前NFT的快照,因此您可以运行设置auth命令。 https://metaboss.rs/snapshot.html
一旦您对NFT具有更新的权限,那么您就可以了更改版税%和其他所有内容。
An already partical mint has a few things that need to be updated to fully take over a project.
You'll need to have on hand the update auth keypair for the Candymachinne given to you by the old owner or have them perform some of the actions here if they do not hand it over as some actions need to be performaned by the original keypair.
A tool to update the authority of NFT's is Metaboss. If you look at this page here https://metaboss.rs/set.html there are a few commands you can use for updating the authority. You'll also obviously need a snapshot of all the current NFT's that have been minted so you can run the set auth commands. https://metaboss.rs/snapshot.html
Once you have update authority over the NFT's you can then change royalty % and everything else.
1.-是的,如果更改了权限,他只需要提供新的钱包地址,而新钱包将是唯一可以修改糖果机配置的钱包。
2.-所有已经铸造的NFT将连接到旧钱包上,新的NFT应该附着在新钱包上。为了将已经铸造的NFT的权威更改为新的机构,旧钱包必须使用 metaboss 。
3.-旧钱包可以更新NFT的每个数据(如果NFT标记为通常每个人都可以做到的可变),则可以更改图像,属性,特许权使用费,创建者数组,名称等。新钱包拥有所有NFT的权限,以免从项目的旧所有者那里获得恶意攻击,这一点非常重要。
1.- Yes, if the authority is changed he just need to provide the New wallet address, and that New wallet will be the only one that can modify the Candy Machine configs.
2.- All the already minted NFTs will be attached to the old wallet, the New minted NFTs should be attached to the New wallet. In order to change the authority of the already minted nfts to the New authority the old wallet have to do it using metaboss for example.
3.- The old wallet can update every data of the NFT (if the nft is marked as mutable that normally everyone does it), it can change the images, the attributes, the royalty fees, the creator array, names, etc. Its really important that the New wallet have the authority of all NFTs in order to not get malicious attacks from the old owners of the project that you wont be able to fix after.