Rick Porter

Results 28 comments of Rick Porter

Do you have the right cargo target installed? https://www.hellorust.com/news/native-wasm-target.html What version of dfx?

``` dfx canister --network=ic install ic_loot_rs --all --mode reinstall ``` my bad!

You may want to restart the IC using this command ``` dfx start --clean ``` You may have an instance already running that is configured for another project.

Change `dfx canister --network=ic install ic_loot_rs --all --mode reinstall` To ` dfx canister install ic_loot_rs --all` Also just use dfx deploy moving forward.

``` dfx canister call ic_loot_rs claim ``` then open up ``` http://rrkah-fqaaa-aaaaa-aaaaq-cai.localhost:8000/?tokenId=1 ```

This looks like a display issue only on entrepot. Looking into more. Do you know your principal id for stoic wallet?

This could be extremely impactful to the live streaming community with developing browse based tools. Could direct stream to Twitch/Youtube/Facebook straight from the browser without downloading OBS/Streamlab.

Still going over everything and checking what I can, everything is looking good though great job.