Skip to content

Browser Extension for safe interaction with Internet Computer Canisters (Smart Contracts) and dApps

License

Notifications You must be signed in to change notification settings

IT-Union-DAO/can-check

Repository files navigation

License: MIT

CanCheck (Canister Check extension)

demo-screenshot

CanCheck is a browser extension used to verify Internet Computer Smart Contracts metadata ( Canisters) for safer user experience during Internet Computer DApps usage

extension-screenshot

To get more details about extension architecture please visit CanCheck Wiki

Running and building application locally

To install dependencies run in app folder: npm install

  1. For local development: npm run dev
  2. For running jest tests: npm run test
  3. To build a zip-package: npm run build (Build will appear in release folder)