This repository contains a collection of tutorials and projects for learning various aspects of development on the Internet Computer (ICP) platform.
This repository is perfect for developers looking to learn, build, and experiment with ICP.
Check out the Cheat Sheet file on tutorials of how to navigate certain things on ICP.
-
Uploading and Managing Assets on Canisters:
- Storing images and files on ICP
-
Integrating Tokens in Your Project/dApp:
- Understanding token standards
- Adding token integration to frontends
-
Persisiting data across canister upgrades
- Implementing data persistence across canister upgrades using rust
-
Prerequisites:
- Ensure you've set up your environment for ICP development. Kindly check out the Setup File file for detailed instructions.
-
Clone the repository:
git clone https://github.com/yourusername/icp-development-tutorials.git
cd icp-development-tutorials
- Project Structure:
-
Each tutorial is contained within its own directory.
-
Each directory contains a README.md file with detailed instructions.
-
We welcome contributions! Please see our CONTRIBUTING.md for details.
For more information on Internet Computer development, check out:
This project is licensed under the MIT License. See the MIT Licence file for details.