Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.34 KB

README.md

File metadata and controls

40 lines (24 loc) · 1.34 KB

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://internetcomputer.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