ShuntaShirai / linkedup

An open professional network.

Home Page:https://sdk.dfinity.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An open professional network.

Build Status

Gitpod Ready-to-Code

Demo

Install the required Node modules (only needed the first time).

npm install

Start the replica, then build and install the canisters.

dfx start --background
dfx build
dfx canister install --all

Open the canister frontend in your web browser.

ID=$(xxd -u -p canisters/linkedup/_canister.id)
CRC=$(python2 -c "import crc8;h=crc8.crc8();h.update('$ID'.decode('hex'));print(h.hexdigest().upper())")
xdg-open "http://127.0.0.1:8000/?canisterId=ic:$ID$CRC"

About

An open professional network.

https://sdk.dfinity.org


Languages

Language:CSS 29.9%Language:JavaScript 29.7%Language:HTML 14.0%Language:Modelica 13.3%Language:Python 12.0%Language:Dockerfile 1.0%Language:Shell 0.2%