lgs / examples-3

Example applications, microservices, and code samples for the Internet Computer

Home Page:https://dfinity.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DFINITY Examples for the Internet Computer

This repository provides access to sample code, applications, and microservices that run on the Internet Computer platform.

From this repository, you can download, clone, fork, or share sample projects.

Sample projects provide a way for you to experiment and collaborate with other developers. The projects and sample code are not, however, intended to be used as commercial applications and do not provide any explicit or implied support or warranty of any kind.

To get started:

  1. Open a terminal shell on your local computer.

  2. Download the DFINITY Canister SDK, if needed:

    sh -ci "$(curl -fsSL https://sdk.dfinity.org/install.sh)"
    
  3. Select a language—for example, c or motoko—to explore the examples available in the language of your choice.

  4. Clone the repository to download the examples repo to your local workspace.

  5. Open the project folder for the example you want to use.

  6. Start a local internet computer replica by running the following command:

    dfx start
    
  7. Open a new terminal shell on your local computer.

  8. Build the sample project by running the following command:

    dfx build
    

About

Example applications, microservices, and code samples for the Internet Computer

https://dfinity.org

License:Apache License 2.0


Languages

Language:Motoko 26.6%Language:JavaScript 21.6%Language:Rust 17.4%Language:Svelte 12.9%Language:Shell 6.6%Language:TypeScript 4.8%Language:Makefile 3.6%Language:CSS 2.3%Language:HTML 1.6%Language:C 1.2%Language:WebAssembly 0.7%Language:Dockerfile 0.5%Language:Python 0.2%