IC DRIP

Overview
You might also like...
Comments
  • remove duplicate type declaration (HeaderField)

    remove duplicate type declaration (HeaderField)

    it's already declared above in same file https://github.com/dscvr-one/ic-drip/blob/a8aec9d794c3145a8694b1a0c32797d2db8f27fc/src/ic_loot_rs/lib.rs#L650

    opened by 7flash 0
  • IC Drip not visible in Plug but visible in Entrepôt

    IC Drip not visible in Plug but visible in Entrepôt

    I found some messages in the Plug channel on the Psychedelic Discord about this.

    My experience is as described in the first message.


    I transferred my ICdrip NFT from Stoic wallet to Plug wallet successfully. But Plug wallet does not show the NFT. Only when I am connected to Entrepot, I can see the ICdrip NFT on the Entrepot website. Does someone know why this is? The NFT is not wrapped or listed.

    https://discord.com/channels/837010835423494144/845717183333531688/888007718386941983


    The problem with IC drip is that their interfaces do not respect the typing format of the standard they implement, thus, when plug tries to fetch data for the collection it fails to serialize it. The NFTs are not lost, it's just not possible to parse them as they do not comply to the standard

    https://discord.com/channels/837010835423494144/845717183333531688/919229368847450162

    opened by paulyoung 0
  • wrong token number

    wrong token number

    hello Dev, the ID Drip in my wallet shows #1102, but when i click the pics the link shows my is 1101, and the items was same as the 1101 on the raw data. please check. 截屏2021-09-10 下午6 28 01 241631269846_ pic_hd token id: qjtio-aqkor-uwiaa-aaaaa-ceadh-aaqca-aaarg-q the link of the pics: https://d3ttm-qaaaa-aaaai-qam4a-cai.raw.ic0.app/?tokenId=1101

    opened by madswaord 3
  • `npm run dfx:setup` and the cargo executing went wrong.

    `npm run dfx:setup` and the cargo executing went wrong.

    When I run npm run dfx:setup the following prompt come out. I don't know what it means.

    ➜  ic-drip-main npm run dfx:setup
    > [email protected] dfx:setup
    > dfx canister create --all && dfx build && npm run dfx:install
    
    Creating canister "ic_loot_assets"...
    "ic_loot_assets" canister was already created and has canister id: "rrkah-fqaaa-aaaaa-aaaaq-cai"
    Creating canister "ic_loot_rs"...
    "ic_loot_rs" canister was already created and has canister id: "ryjl3-tyaaa-aaaaa-aaaba-cai"
    Building canisters...
    Executing 'cargo build --target wasm32-unknown-unknown --release --package ic_loot_rs'
    thread 'main' panicked at 'Could not run custom tool.: Os { code: 2, kind: NotFound, message: "No such file or directory" }', src/dfx/src/lib/builders/custom.rs:181:31
    note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
    
    opened by cyaolong 12