Skip to content
/ pic-js Public

An Internet Computer Protocol canister testing library for TypeScript and JavaScript.

License

Notifications You must be signed in to change notification settings

dfinity/pic-js

Repository files navigation

Pic JS

NPM Dependencies

Test (NodeJS) Test (Bun) Lint

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

Check out the contribution guidelines.

Setup