1.1.1 • Published 2 months ago

ictool v1.1.1

Weekly downloads
-
License
-
Repository
github
Last release
2 months 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

2 months ago

0.15.3

11 months ago

0.0.8

1 year ago

0.0.7

2 years ago

0.0.3

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.6

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago