# sols铭文双锁迁移验证详细流程

By [MapleAzure](https://paragraph.com/@codeinecho) · 2023-11-21

---

**步骤一：制作NFT“不可变”**

进入网站：[https://nfts.dandies.xyz](https://nfts.dandies.xyz) 右上角链接钱包，然后在update nft页面点击choose nft（或者直接输入你的对应的sols nft的token address）

1.  name填sols(重要)
    
2.  symbol填sols
    
3.  description填sols
    
4.  royalties填0(重要)
    
5.  mutable开关关掉 ，最后点击update(重要)
    

![](https://storage.googleapis.com/papyrus_images/fb81d92c2ff434425a7757e05e30b81b13a7c20186f053a6f7a7bc7ee6aef2ff.png)

![](https://storage.googleapis.com/papyrus_images/934f89a53aed3d732cf4dfe6d8c7b1a8d630de412c1f572de751890ff2bbe15b.png)

**步骤二：使铭文“不可变”：**

进入网站：[https://libreplex.io/inscriptions](https://t.co/fL1aoMrDdJ) 右上角链接钱包依次点击Inscribe Yours、Use wallet contents，点击放大镜按钮进入铭文详情，确认文本内容为： {"p":"spl-20","op":"mint","tick":"sols","amt":"1000"} 最后点击Make immutable

![](https://storage.googleapis.com/papyrus_images/07723db224df6c76598e9076990e5ba5a35cfebe5762277464d6681a61b46e3c.png)

![](https://storage.googleapis.com/papyrus_images/f2793859417223a87e27bf1c1fab60da40509bb02d79c22add0538a8b945cac6.png)

**步骤三：迁移铭文到V3版本：**

  
还是网站：[https://libreplex.io/inscriptions](https://t.co/fL1aoMrDdJ) 查看自己的铭文列表，找到箭头trad列表，然后弹出框点击Migrate迁移，消耗大概0.00374sol

![](https://storage.googleapis.com/papyrus_images/4e79b466721947622b7d79f223d8555f90070e87ad8d45814077d4a2e0961416.png)

![](https://storage.googleapis.com/papyrus_images/a5dd8fb44555445c00512e8482fb75446c41b4fd4c0f68362ae1e9ebae8b8a28.png)

  
**步骤四：验证铭文正确性**

进入网站[https://www.spl20.io](https://www.spl20.io)，链接钱包看到自己的sols，迁移过的会出现validate按钮，点击验证即可，成功的会显示VALID SPL 20 TOKEN字段，需要注意验证不一定进入索引只是验证铭文的有效性而已，索引还是按照编号来算  
  
错误：out of range，代表还没有进行迁移，迁移完了再去验证

You are not the update authority，代表你不是NFT的创建者，暂时不能验证，等开发解决

![](https://storage.googleapis.com/papyrus_images/01716b64e0dab22bee182b50343837885ef2de88a23dabe195751b2d1538264b.png)

---

*Originally published on [MapleAzure](https://paragraph.com/@codeinecho/sols)*
