ictool
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

IC Tool

A toolbelt for the CLI, node apps, and the browser.

Tools

  • EXT Standard
    • Encode token identifiers
    • Decode token identifiers
  • Principals
    • Convert to address

Setup

CLI

npm i -g ictool
ict

Nodejs / Browser

npm i -S ictool
import {
    decodeTokenIdentifier,
    encodeTokenIdentifier,
    principalToAddress,
} from 'ictool';

TODO

  • [ ] Key generatation / storage for testing
  • [ ] Browser app testing

Releasing

  1. Bump version in package.json
  2. Create a new github release with the new version

Readme

Keywords

none

Package Sidebar

Install

npm i ictool

Weekly Downloads

20

Version

1.1.1

License

none

Unpacked Size

22.8 kB

Total Files

31

Last publish

Collaborators

  • jorgenbuilder