Motoko backend
This backend only project demonstrates how to write a simple smart contract for ICP.
This application's logic is written in Motoko, a programming language designed specifically for developing canisters on ICP.
Deploying from ICP Ninja
When viewing this project in ICP Ninja, you can deploy it directly to the mainnet for free by clicking "Deploy" in the upper right corner. Open this project in ICP Ninja:
Project structure
The /backend
folder contains the Motoko canister, app.mo
. Edit the mops.toml
file to add Motoko dependencies to the project.
Build and deploy from the command-line
To migrate your ICP Ninja project off of the web browser and develop it locally, follow these steps. These steps are necessary if you want to deploy this project for long-term, production use on the mainnet.