1.1.1 • Published 1 year ago

ictool v1.1.1

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

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
1.1.1

1 year ago

0.15.3

2 years ago

0.0.8

2 years ago

0.0.7

3 years ago

0.0.3

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.6

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago

0.0.0

3 years ago