Skip to content

ICP Canister Project (Business Contract), project replicates decentralized cooperation between two parties, starting from the one proposing work/collaboration to the other party that approves the work/collaboration

Notifications You must be signed in to change notification settings

herzfr/business_contract_icp_canister

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Business Contract ICP Canisters

Logo

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

Installation DFX

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

Quick Install Run

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

Installation and Running Project

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

Documentation

Documentation Azle Internet Computer Doc

About

ICP Canister Project (Business Contract), project replicates decentralized cooperation between two parties, starting from the one proposing work/collaboration to the other party that approves the work/collaboration

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published