ictool
v1.1.1
Published
helpful tools for internet computer projects
Downloads
1,151
Readme
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
- Bump version in package.json
- Create a new github release with the new version