Welcome to your first Azle project! This example project will help you to deploy your first canister (application) to the Internet Computer (IC) decentralized cloud. It is a simple getter/setter canister. You can always refer to The Azle Book for more in-depth documentation.
This is my first Azle Project ICP Canister, this project replicates decentralized cooperation between two parties, starting from the one proposing work/collaboration to the other party that approves the work/collaboration
dfx is the tool you will use to interact with the IC locally and on mainnet. If you don't already have it installed:
npm run dfx_install
Clone git project:
git clone https://github.com/herzfr/business_contract_icp_canister
cd clone project
Quick 1
npm run practicetorun
Quick 2
npm run practicetorun2
run dfx first:
dfx start --background --clean
create canister all inside project:
dfx canister create --all
build canister all inside project:
dfx build
install canister all inside project:
dfx canister install --all
deploy all project:
dfx deploy