Skip to content
Snippets Groups Projects

Add signature providers

Merged Mateusz Tyszczak requested to merge tm-sign-ext into develop
1 file
+ 6
5
Compare changes
  • Side-by-side
  • Inline
@@ -7,8 +7,9 @@ This example presents different ways of implementing 3rd party apps authorizatio
To test this example:
1. Install keychain extension
2. Import `guest4test1` active key to your wallet
3. Install dependencies: `pnpm install`
4. Run parcel: `pnpm test:manual`
5. Goto [http://localhost:1234](http://localhost:1234), sign the transaction and check logs
1. Install keychain/PeakVault extension
2. Configure wallets by adding an alternative node specific to mirrornet instance having chainID: 4200000000000000000000000000000000000000000000000000000000000000 and API endpoint: https://api.fake.openhive.network
3. Import `keychainsigner` posting key to your wallet (it is printed on the page)
4. Install dependencies: `pnpm install`
5. Run parcel: `pnpm test:manual`
6. Goto [http://localhost:1234](http://localhost:1234), sign the transaction and check logs
Loading