Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 665 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 665 Bytes

Chico: a C/C++ CDK for building Internet Computer canisters


Chico allows C/C++ developers to build Internet Computer 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 compiler used to compile C/C++ code into wasm code
  • the 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