UNPKG

@dfinity/candid

Version:

JavaScript and TypeScript library to work with candid interfaces

24 lines (14 loc) 514 B
# @dfinity/candid JavaScript and TypeScript library to work with Candid interfaces Visit the [Dfinity Forum](https://forum.dfinity.org/) and [SDK Documentation](https://sdk.dfinity.org/docs/index.html) for more information and support building on the Internet Computer. Additional API Documentation can be found [here](https://agent-js.icp.xyz/candid/index.html). --- ## Installation Using Candid: ``` npm i --save @dfinity/candid ``` ### In the browser: ``` import { Candid } from "@dfinity/candid"; ```