Thoughts on the token standard

DeLand Labs DFT latest update:

  1. Dropped Dfinity Self Describing Standard

Motoko canister support default method __get_candid_interface_tmp_hack to get did, if rust canister implement this method ,Developer can check canister’s interface through __get_candid_interface_tmp_hack .

candid::export_service!();

#[query(name = "__get_candid_interface_tmp_hack")]
#[candid_method(query, rename = "__get_candid_interface_tmp_hack")]
fn __export_did_tmp_() -> String {
    __export_service()
} 
  1. Rust implementation has removed supportedInterface(text) -> (bool)

Deland Labs will continue to improve DFT.Come on with us to improve it,any comments, PR are welcome.

3 Likes