examples
examples copied to clipboard
Example applications, microservices, and code samples for the Internet Computer
**How do I get the seventh version? Default install command sh -ci "$(curl -fsSL https://sdk.dfinity.org/install.sh)" instaled version "latest": "0.6.26". Examples are presented in the updated version API https://sdk.dfinity.org/manifest.json { "tags":...
running any dfx command inside any example directory throws this error: ``` Warning: The version of DFX used (0.7.0-beta.6) is different than the version being run (0.6.26). This might happen...
**Is your feature request related to a problem? Please describe.** I'm looking at the [Pub/Sub example](https://github.com/dfinity/examples/blob/master/motoko/pub-sub/src/sub/Main.mo#L17) and its pretty interesting but its just calling back to a subscriber class. If...
Would love some examples for Python.
Hi, please, be informed : ``` LINE : 06 Empty loop bodies should use {} or continue LINE : 16 Using C-style cast. Use reinterpret_cast(...) instead LINE : 59 Do...
WIP to try out adding a wallet_receive function to a Motoko program to work with the Rust wallet created by default for local development. I'm trying to test how someone...
**Overview** When running the example shell scripts an error is thrown "No such file or directory (os error 2)". These changes provide a fix. **Requirements** Checkout the branch and run...
…he hello_cycles example **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...
**Overview** The old example no longer works. **Recommended Solution** Updating the dfx.json format and adding a reverse.did file. I also provide a script to do this in a container. **Considerations**...