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

I'm trying to compile the duktape project to wasm to see if I can stuff it in a canister. I'm using the basic reverse.c example but I moved over the...

stale

Currently it is extremely hard to port an existing web app with lazy loaded javascript and images to IC and there is no elaborate example to show how to do...

enhancement
stale

**Overview** Demonstrate a reasonable way of using gnu `make` with a dfx project. Other projects already have Makefiles, but they are quite [basic](https://github.com/dfinity/examples/blob/master/motoko/echo/Makefile). **Requirements** * Add a new example called...

@hansl suggested a collectible card game. The wild popularity of CryptoKitties comes to mind. DFINITY's better scaling properties means we ought to be able to create something better.

stale

@krzysztofwos suggested a theorem prover. We can prove and store theorems and use them to prove more theorems, and since the IC is tamper-proof, we can trust all the results....

stale

@krzysztofwos suggested something like Jupyter notebooks. I'm not quite sure what this means, because if you interpret code on the client-side, there's not much for the internet computer to do....

stale

dmd and others suggested a compiler app. The tamper-proof nature of the internet computer means you can trust the binary such a compiler produces, as long as you trust that...

stale

**Overview** Takes care of several cleanup tasks from #292

Example React application that shows how to upload files to an assets canister with the `@dfinity/assets` package. Related PR https://github.com/dfinity/agent-js/pull/603

cla:agreed

**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...