21 releases (6 stable)

1.2.5 Jun 2, 2023
1.1.1 Dec 10, 2022
0.20.0 Nov 24, 2022

#1581 in Magic Beans

Download history 75/week @ 2024-02-25 1/week @ 2024-03-03 347/week @ 2024-03-10 51/week @ 2024-03-17 20/week @ 2024-03-24 17/week @ 2024-03-31

435 downloads per month
Used in sg721-name

Apache-2.0

8KB
135 lines

Stargaze Names Collection

Defines on-chain metadata for Stargaze Names, a Cosmos / Interchain name service.

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>,
}

Dependencies

~3.5–5MB
~109K SLoC