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

The content of [this link](https://github.com/dfinity/examples/blob/master/wasm/counter/README.md#counter-canister-in-webassembly) points to a private repo, could you think of some solutions to this problem? ![image](https://user-images.githubusercontent.com/16486808/128975953-df34bd6d-63c4-4ca1-adbe-95024335de54.png) https://github.com/dfinity-lab/ic-ref/blob/0.17.0/spec/index.adoc#canister-interface-system-api ![image](https://user-images.githubusercontent.com/16486808/128975885-c21fadf2-004e-47d1-ba95-ef43ea2390eb.png)

enhancement

Is this correct? **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...

the certification and canister signature of Internet Computer, is very interesting features. I notice that [certified data](https://github.com/dfinity/motoko-base/blob/master/src/CertifiedData.mo) library, and it can be used to "story ICP", or can be used...

enhancement

The version of each dfx in motoko/ is currently 0.7.1, but this is an old version! We will need to update them to 0.7.2 as in #98. We also need...

enhancement

`dfx new first && cd first && npm install && dfx deploy` ``` Deploying all canisters. All canisters have already been created. Building canisters... Building frontend... Installing canisters... (...) /index.js.map...

enhancement

Would it make sense to have an `identity` (in `motoko/`) example here? Move (mirror?) https://github.com/dfinity/internet-identity/tree/main/demos and/or https://github.com/krpeacock/auth-client-demo/ here? Also re. #76.

enhancement
stale

This directory is produced by Node.JS during `dfx deploy`, and should be ignored. It is on the `.gitignore` produced by `dfx new` as well ([see e.g. here](https://github.com/johnkruger37/learn-internetcomputer/blob/main/.gitignore)).