Skip to content

hadronous/pic-js

Repository files navigation

Pic JS

NPM Dependencies

Test (NodeJS) Test (Bun) Lint CodeQL

Project Maintenance

This project is currently moving to the DFINITY organization and will soon be available at dfinity/pic-js.

Overview

Pic JS is a library for interacting with a local instance of pocket-ic from TypeScript.

The pocket-ic is a canister testing platform for the Internet Computer. It is a standalone executable that can be used to test canisters locally, without the need to deploy them to a full replica.

Other languages available include Python and Rust.

API Docs

More detailed documentation is available in the API docs.

Examples

Examples are available in the examples directory.

Contributing

Setup