Skip to content

Commit 2b495cc

Browse files
committed
fix links
1 parent a0d1849 commit 2b495cc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/developers/frontend/wallets.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
The Linera client library allows you to sign transactions with anything that
44
satisfies
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).
66
This means you can integrate with external software wallets, hardware wallets,
77
Internet-connected wallet services… the only limit is your imagination!
88

99
To 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).
1111
Alternatively, you can use a pre-built wallet integration provided by Linera or
1212
our partners.
1313

@@ -19,8 +19,8 @@ too.
1919

2020
We provide an implementation using MetaMask's blind-signing capabilities to sign
2121
Linera 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)
2525
that exemplifies signing application transactions with MetaMask.
2626

0 commit comments

Comments
 (0)