phkla1 / unite-ic

Building a POC of Unite's chat service on the IC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unite-ic

Thanks to @shawndotey for angular code that got this started. Process to run locally is per usual:

#DFX dfx start --clean --background

#II II_ENV=development dfx deploy --no-wallet --argument '(null)' //The canister id of II should be used as LOCAL_II_CANISTER in unite-ic.service.ts //You will probably need to use ngrok to expose the local II (via dfx) to Unite (e.g ngrok http -host-header=rewrite localhost:8000). If so ensure that LOCAL_II_URL in unite-ic.service.ts is updated

#UNITE rm -rf .dfx/local //remove any old canisters in the project directory dfx canister create --all dfx build dfx canister install --all //make sure you've taken note of frontend canisterId

About

Building a POC of Unite's chat service on the IC


Languages

Language:TypeScript 41.3%Language:SCSS 18.4%Language:Modelica 17.4%Language:JavaScript 11.5%Language:HTML 11.4%