21 个版本 (6 个稳定版)

1.2.5 2023年6月2日
1.1.1 2022年12月10日
0.20.0 2022年11月24日

#1675 in 神奇豆子


sg721-name 中使用

Apache-2.0

8KB
135

Stargaze Names 收集

为 Stargaze Names 定义链上元数据,这是一个 Cosmos / 跨链名称服务。

pub struct NFT {
    pub collection: Addr,
    pub token_id: String,
}

pub struct TextRecord {
    pub name: String,  // "twitter"
    pub value: String, // "shan3v"
    pub verified_at: Option<Timestamp>,
}

pub struct Metadata {
    pub image: Option<NFT>,
    pub records: Vec<TextRecord>,
}

依赖项

~3.5–5MB
~109K SLoC