Skip to content

mzf11125/ICP-Hackathon2025

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello, world!

Hello, world!

This simple example demonstrates how applications on ICP are structured using a backend smart contract and a frontend smart contract, and provides an introduction to the programming language Motoko.

This variation of "Hello, world!" is written in Motoko, a programming language designed specifically for developing canisters (referred to as canisters) on ICP.

Project structure

The /backend folder contains the Motoko canister, app.mo. The /frontend folder contains web assets for the application's user interface. The user interface is written with plain JavaScript, but any frontend framework can be used.

Edit the mops.toml file to add Motoko dependencies to the project.

Continue building locally

To migrate your ICP Ninja project off of the web browser and develop it locally, follow these steps.

1. Download your project from ICP Ninja using the 'Download files' button.

2. Open the BUILD.md file for further instructions.

About

Hello, world! - created on ICP Ninja

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published