examples
examples copied to clipboard
Example applications, microservices, and code samples for the Internet Computer
fix typo
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?  https://github.com/dfinity-lab/ic-ref/blob/0.17.0/spec/index.adoc#canister-interface-system-api 
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...
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...
`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...
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.
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)).