JSPM

  • Created
  • Published
  • Downloads 138791
  • Score
    100M100P100Q159669F
  • License Apache-2.0

JavaScript and TypeScript library to work with Internet Computer principals

Package Exports

  • @dfinity/principal

Readme

@icp-sdk/core/principal

JavaScript and TypeScript module to work with Internet Computer Principals.

Usage

import { Principal } from '@icp-sdk/core/principal';

const canisterId = Principal.fromText('uqqxf-5h777-77774-qaaaa-cai');
const anonymousPrincipal = Principal.anonymous();

API Reference

Additional API Documentation can be found here.