文件名称:复出
文件大小:48KB
文件格式:ZIP
更新时间:2024-03-15 23:01:28
Go
复出 词汇表 令牌ID tokenID = modelID * 1 000 000 + serialNumber 宇宙飞船的唯一ID 型号 定义其功能(名称,图像资产等)的太空飞船模型的ID 序列号 从0到模型最大供给的增量ID(在区块链上定义) 功能 宇宙飞船 分层服务的入口点。 创建时在合同上设置的URL。 https://europe-west1-rockside-showcase.cloudfunctions.net/cometh-spaceship/:tokenID 返回JSON对象 { "name": "Jumper • 1/1000", "description": "blabla.", "image": "https://images.service.cometh.io/0", "attributes": [{ "trait_type": "sc
【文件预览】:
cometh-back-master
----.gitignore(88B)
----main.go(13B)
----README.md(2KB)
----go.mod(609B)
----go.sum(69KB)
----card()
--------color.go(1KB)
--------builder_test.go(4KB)
--------builder.go(13KB)
--------storage_test.go(1KB)
--------spaceships.go(56KB)
--------storage.go(2KB)
--------handler_test.go(10KB)
--------asset.go(9KB)
--------handler.go(9KB)
--------asset_test.go(412B)
----cmd()
--------cometh-back()