ICRC icon indicating copy to clipboard operation
ICRC copied to clipboard

Standard for canister metadata registry

Open dostro opened this issue 1 year ago • 3 comments

Reserving for getting information about a canister (i.e. name, description, logo) in a way that would provide high certainty against impersonation attacks

dostro avatar Dec 13 '24 13:12 dostro

As reference, i was working on this as wel calling it the internet computer toolkit standard but putting it under icrc makes more sense

#[query]
fn icts_name() -> String {
    env!("CARGO_PKG_NAME").to_string()
}

#[query]
fn icts_version() -> String {
    env!("CARGO_PKG_VERSION").to_string()
}

#[query]
fn icts_description() -> String {
    env!("CARGO_PKG_DESCRIPTION").to_string()
}

rem-code-s avatar Jan 10 '25 15:01 rem-code-s

@dostro Any work on this? It would fit nicely with https://github.com/dfinity/ICRC/issues/119 and maybe https://github.com/dfinity/ICRC/issues/126?

skilesare avatar Mar 19 '25 13:03 skilesare

@skilesare no, we have not made any progress

dostro avatar Mar 19 '25 13:03 dostro