ic-js icon indicating copy to clipboard operation
ic-js copied to clipboard

Libraries for interfacing with the Internet Computer.

Results 24 ic-js issues
Sort by recently updated
recently updated
newest added

# Motivation We created an util function that aids in creating a **derivation path** for Bitcoin addresses, according to specifics in [BIP-44](https://github.com/bitcoin/bips/blob/master/bip-0044.mediawiki). The type of coins that the user can...

In our READMEs, we showcase the creation of an agent using an `HOST` constant in the code snippets. For example: ``` const agent = await createAgent({ identity, host: HOST, });...

# Motivation Similarly to #716 for ICP, we also need to exposes the ICRC `ledger.converters` for the signer standards library. # Changes - Expose module in `index.ts`

# Motivation Prepare the version numbers and overview of the changes for a release.

# Motivation Agent-js has been patched because the community has started frequently encountered issues with "ingress expiry time" error messages. To help the community adopt this version, we need to...

The previous value was too far into the future, such that the consent message would be considered stale.

# Motivation The canisters APIs have been updated. # Changes * Updated the candid interface files for the canisters used in this library. * Updated the javascript bindings for the...

We should migrate to eslint v9. If we can, I would suggest giving a try to the opiniated library we use in OISY https://github.com/dfinity/eslint-config-oisy-wallet before using custom rules.

# Motivation In order to install canister in development with pocket-ic, the `transform` function should be extended to intercept `provisional_create_canister_with_cycles` and potential `specified_id`. # Changes # Tests # Todos -...

The `init` function generated by Candid IDL is handy when deploying a canister in JavaScript (whether for real deployments or during tests with `picJS`). Currently, this function is not exposed...