JSPM

  • Created
  • Published
  • Downloads 129534
  • Score
    100M100P100Q169901F
  • License Apache-2.0

JavaScript and TypeScript library to work with Internet Computer principals

Package Exports

  • @dfinity/principal

Readme

@dfinity/principal

JavaScript and TypeScript library to work with Internet Computer Principals

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";