icp-cli

Build and deploy smart contracts to the Internet Computer blockchain.

brewmacoslinux
Try with needOr install directly
Source

About

Development tool for building and deploying canisters on ICP

Commands

dfx

Examples

start a new canister project$ dfx new my_project
deploy canister to local network$ dfx deploy
start local internet computer replica$ dfx start
check canister balance and status$ dfx canister status my_canister
call a canister function from command line$ dfx canister call my_canister my_function '(42)'