File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
33The Linera client library allows you to sign transactions with anything that
44satisfies
5- [ the ` Signer ` interface] ( https://github.com/linera-io/linera-protocol/blob /testnet_conway/linera- web/docs/interfaces/Signer.md ) .
5+ [ the ` Signer ` interface] ( https://github.com/linera-io/linera-protocol/tree /testnet_conway/web/%40linera/client/ docs/interfaces ) .
66This means you can integrate with external software wallets, hardware wallets,
77Internet-connected wallet services… the only limit is your imagination!
88
99To get started building your own signer implementation, have a look at
10- [ our sample in-memory implementation] ( https://github.com/linera-io/linera-protocol/blob/testnet_conway/linera- web/signer/ src/private-key .ts ) .
10+ [ our sample in-memory implementation] ( https://github.com/linera-io/linera-protocol/blob/testnet_conway/web/%40linera/client/ src/signer/PrivateKey .ts ) .
1111Alternatively, you can use a pre-built wallet integration provided by Linera or
1212our partners.
1313
1919
2020We provide an implementation using MetaMask's blind-signing capabilities to sign
2121Linera transactions in the
22- [ ` @linera/signer ` ] ( https://www.npmjs.com/package/@linera/signer ) package on npm.
23- Our counter demo also sports a
22+ [ ` @linera/metamask ` ] ( https://www.npmjs.com/package/@linera/metamask ) package on
23+ npm. Our counter demo also sports a
2424[ MetaMask-based frontend] ( https://github.com/linera-io/linera-protocol/tree/testnet_conway/examples/counter/metamask )
2525that exemplifies signing application transactions with MetaMask.
2626
You can’t perform that action at this time.
0 commit comments