Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ICPorts-labs/chico
C/C++ CDK for the Internet Computer
https://github.com/ICPorts-labs/chico
Last synced: 5 days ago
JSON representation
C/C++ CDK for the Internet Computer
- Host: GitHub
- URL: https://github.com/ICPorts-labs/chico
- Owner: ICPorts-labs
- Created: 2022-04-20T00:04:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-16T07:38:22.000Z (almost 2 years ago)
- Last Synced: 2024-06-05T15:46:54.310Z (5 months ago)
- Language: C
- Size: 2.22 MB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-internet-computer - Chico - C/C++ CDK. (Canister Development Kits (CDKs) / C/C++)
README
# Chico: a C/C++ CDK for building Internet Computer canisters
***
Chico allows C/C++ developers to build [Internet Computer](https://internetcomputer.org/) applications (canisters) using C and C++.## Content
***
The repo contains a Dockerfile that can be used for development purposes. The Dockerfile contains all the necessary dependencies to get you started. it contains:
* the [LLVM](https://llvm.org/) compiler used to compile C/C++ code into wasm code
* the [WASI SDK](https://github.com/WebAssembly/wasi-sdk) that provides system libraries
* the latest dfx to build and deploy canisters
* Chico: a set of scripts and utilities for building C/C++ canisters