/large_canister_deployer_internal

Install wasm code to a canister larger than 2 mb by chunking it and deploying it via a canister in the same subnet

Primary LanguageJavaScriptApache License 2.0Apache-2.0

large_canister_deployer

Purpose

Used to deploy wasms greater than 2MB. Mostly obsolete due to ability to gzip wasms. Still used in some legacy applications.

Welcome to your new large_canister_deployer project and to the internet computer development community. By default, creating a new project adds this README and some template files to your project directory. You can edit these template files to customize your project and to include your own code to speed up the development cycle.

To get started, you might want to explore the project directory structure and the default configuration file. Working with this project in your development environment will not affect any production deployment or identity tokens.

To learn more before you start working with large_canister_deployer, see the following documentation available online:

If you want to start working on your project right away, you might want to try the following commands:

cd large_canister_deployer/
dfx help
dfx config --help