JSPM

  • Created
  • Published
  • Downloads 138791
  • Score
    100M100P100Q159809F
  • 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

Do you want to know more about developing on the Internet Computer? Visit the Developer Docs.

Additional API Documentation can be found here.


Installation

Using Principal:

npm i --save @dfinity/principal

In the browser:

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