docs: Chain Fusion Signer usage guide#107
Merged
Merged
Conversation
Adds three release-pinned submodules to support the chain-fusion signer guide (page proposal #24): - chain-fusion-signer v0.3.0 — signer canister API and key derivation - papi v0.1.1 — ICRC-2 cycle payment interface - ic-pub-key v1.0.1 — CLI tool for address/key derivation Updates CLAUDE.md submodule table and bump checklist, VERSIONS, and decisions.md.
Covers ICRC-2 cycle payment setup, Ethereum and Bitcoin address derivation, transaction signing, generic ECDSA/Schnorr, web app integration pattern, fee table, and offline address derivation via @dfinity/ic-pub-key. Source: chain-fusion-signer v0.3.0, papi v0.1.1, ic-pub-key v1.0.1. Closes #24.
marc0olo
commented
Apr 17, 2026
|
|
||
| ## Prerequisites | ||
|
|
||
| - An ICP identity with cycles in the [Cycles Ledger](https://learn.internetcomputer.org/hc/en-us/articles/34574082975252-Cycles-Ledger) (`um5iw-rqaaa-aaaaq-qaaba-cai`) |
Member
Author
There was a problem hiding this comment.
can't we link internally to reference/system-canisters/#cycles-ledger ? would be better IMO
Member
Author
|
Feedback addressed:
|
Member
Author
Review findingsVerified correct ✅
Fixed in this PR ✅
Minor suggestions (non-blocking)
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
guides/chain-fusion/chain-fusion-signer.md— a task-oriented guide for using the Chain Fusion Signer canister (grghe-syaaa-aaaar-qabyq-cai)@dfinity/ic-pub-key), ETH transaction signing, BTC send, generic ECDSA/Schnorr signing, web app integration pattern, fee reference table, and payment variant optionschain-fusion-signerv0.3.0,papiv0.1.1,ic-pub-keyv1.0.1) with CLAUDE.md/VERSIONS updates and a decisions.md entryNotes
icp canister call(no dfx). Theicp canister callcommand does not support--with-cycleswithout a proxy, so all examples use theCallerPaysIcrc2CyclesICRC-2 pre-approval model, which is also the recommended approach for web apps.<!-- Needs human verification -->— the actor creation pattern is correct in principle but should be verified against the actual generated bindings.eth_sign_transactionexample uses placeholder gas/fee values; real values depend on current network conditions.#regionmarkers in.sources/examplesfor the signer).Sync recommendation
Informed by
dfinity/chain-fusion-signer—src/signer/canister/signer.did,src/signer/api/src/methods.rs,README.md,check-pricing.report.md;dfinity/papi—README.md;dfinity/ic-pub-key—README.md,src/cli.ts