examples icon indicating copy to clipboard operation
examples copied to clipboard

Example applications, microservices, and code samples for the Internet Computer

Results 135 examples issues
Sort by recently updated
recently updated
newest added

Additional updates to get portal build to pass

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...

dependencies
javascript

I'm encountering difficulties retrieving the Principal of a Canister Class deployed within a main Canister, particularly in the context of the Map-Bucket example provided in the repository (https://github.com/dfinity/examples/blob/master/motoko/classes/src/map/Map.mo) Despite attempts...

Clone of https://github.com/dfinity/examples/pull/710

**Overview** Why do we need this feature? What are we trying to accomplish? **Requirements** What requirements are necessary to consider this problem solved? **Considered Solutions** What solutions were considered? **Recommended...

## Overview When building and deploying the `basic_bitcoin` canister to local bitcoin `regtest` node, calls to the `get_balance` and `get_utxos` functions return 0 in all cases, but `bitcoin-cli` returns correct...

The step to deploy fails. It needs the canister id as the last argument: dfx deploy --no-wallet --argument \ "(record { name = \"Numbers One Through Fifty\"; symbol = \"NOTF\";...

alidante@HP-DESKTOP:~/code/project_name$ dfx deploy Deploying all canisters. Creating canisters... Creating canister project_name_backend... project_name_backend canister created with canister id: bd3sg-teaaa-aaaaa-qaaba-cai Creating canister project_name_frontend... project_name_frontend canister created with canister id: be2us-64aaa-aaaaa-qaabq-cai Building canisters......

enhancement