airgap-it / beacon-sdk

The beacon sdk allows developers of dApps and wallets on Tezos to implement the wallet interaction standard tzip-10.
https://walletbeacon.io
MIT License
103 stars 65 forks source link

Beacon v2 migration progress #45

Closed AndreasGassmann closed 3 years ago

AndreasGassmann commented 4 years ago

We will collect resources and links to test and prepare for the beacon v2 release.

Wallets

Wallets and libraries Status v2 branch Link
Beacon Extension https://github.com/airgap-it/beacon-extension/tree/feat/beacon-v2 Chrome Store
Thanos master Chrome Store
AirGap Wallet master iOS / Android
Kukai Wallet https://github.com/kukai-wallet/kukai/tree/1.10-tzip10 https://testnet.kukai.app/
Galleon (Desktop) testing https://github.com/Cryptonomic/T2/tree/develop
Taquito (library) https://github.com/ecadlabs/taquito/releases/tag/7.1.0-preview.7
Taquito Dev Wallet
Magma planned
Galleon (iOS) unknown
Galleon (android) unknown

DApps

DApps Status v2 branch v2 link
Walletbeacon https://github.com/airgap-it/beacon-example-dapp/tree/feat/beacon-v2 https://papers-ch.github.io/beacon-example-dapp/
Dexter ongoing
Quipuswap unknown
Tezos Domains ongoing
TzButton not started
tezblock not started
BetterCallDev unknown

Testing for DApp Developers

npm i @airgap/beacon-sdk@next

Open issues

https://github.com/airgap-it/beacon-sdk/milestone/1

High level TODO:

pascuin commented 4 years ago

Did some testing with the dApp https://papers-ch.github.io/beacon-example-dapp/ and Thanos, Beacon Extension on Desktop and the dApp on mobile with AirGap Wallet on Android.

The issues encountered seem not directly related with the Beacon SDK, here the high-level overview:

Beacon Extension

AirGap Wallet (on Android)

Beacon Example dApp

pascuin commented 4 years ago

Did some testing with the dApp https://papers-ch.github.io/beacon-example-dapp/ and Thanos, Beacon Extension on Desktop and the dApp on mobile with AirGap Wallet on Android.

The issues encountered seem not directly related with the Beacon SDK, here the high-level overview:

AirGap Wallet (on Android)

Beacon Example dApp

pascuin commented 3 years ago

@AndreasGassmann can this be closed?