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

## BASIC_BITCOIN example It takes approximately ~9 seconds to get public key, as well as a decent amount of gas is spent. Is there a reason why we have to...

enhancement

Is your feature request related to a problem? Please describe. We are developing a mobile app service for iOS and Android platforms. Currently, we are facing challenges with authentication, specifically...

enhancement
stale

This PR replaces the Bash script in https://github.com/dfinity/examples/pull/977 with a more sophisticated Node.js script to update each `@dfinity` npm dependency to its latest version. **Progress:** * [x] Add top-level `update-packages`...

@dfinity/agent 0.15 is no longer working with the current replica. It's very confusing for the new comers, as the code compiles, but update calls are sometimes working, and sometime not....

This crate has the same derivation functionality of extended_bip32, but does not rely on the threshold signature implementation. Thus it has far fewer dependencies (as can be seen in the...

## Summary Bitcoin transactions sent via `bitcoin_send_transaction` from IC mainnet canisters are accepted by the Bitcoin Canister but **fail to propagate to Bitcoin testnet4 network**, despite following DFINITY's official implementation...

Adds an example of how to fetch an exchange rate from the exchange rate canister. This example is intended to be showcased on ICP Ninja along with a tutorial in...

With anonymous refunds, `deposit_cycles` also works well with bounded-wait calls, and is easier to explain than threshold signatures.

In the `rust/basic_bitcoin module` Description: I have deployed a BRC-20 token on Bitcoin Testnet4 using the inscribe_brc20 function. The commit and reveal transactions were successfully broadcasted and confirmed. However, the...