Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 526 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 526 Bytes

@dfinity/candid

JavaScript and TypeScript library to work with Candid interfaces

Visit the Dfinity Forum and SDK Documentation for more information and support building on the Internet Computer.

Additional API Documentation can be found here.


Installation

Using Principal:

npm i --save @dfinity/principal

In the browser:

import { Principal } from "@dfinity/principal";