SkillAgentSearch skills...

Examples

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

Install / Use

/learn @lastmjs/Examples
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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.

<!-- You will also be able to contribute your own project or suggest updates to published projects using the standard Git work flow. -->

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
    

Related Skills

View on GitHub
GitHub Stars0
CategoryDevelopment
Updated4y ago
Forks0

Security Score

70/100

Audited on Mar 14, 2022

No findings