UNPKG

@dfinity/candid

Version:

JavaScript and TypeScript library to work with candid interfaces

26 lines (15 loc) 585 B
# @dfinity/candid > Still using `@dfinity/candid`? Migrate to [`@icp-sdk/core`](https://js.icp.build/core/latest/upgrading/v4)! JavaScript and TypeScript library to work with Candid interfaces Do you want to know more about developing on the Internet Computer? Visit the [Developer Docs](https://internetcomputer.org/docs/home). Additional API Documentation can be found [here](https://js.icp.build/core/v3.2/libs/candid/api). --- ## Installation Using Candid: ```shell npm i --save @dfinity/candid ``` ### In the browser: ```ts import { Candid } from '@dfinity/candid'; ```