@astrox/principal

JavaScript and TypeScript library to work with Internet Computer principals

Usage no npm install needed!

<script type="module">
  import astroxPrincipal from 'https://cdn.skypack.dev/@astrox/principal';
</script>

README

@astrox/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 @astrox/principal

In the browser:

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