baking-bad / beacon-dotnet-sdk

Beacon .NET SDK for Tezos wallet developers to seamlessly connect to multiple dApps
https://www.nuget.org/packages/Beacon.Sdk
MIT License
12 stars 5 forks source link

IBeaconWalletClient #17

Closed iviich4eL closed 2 years ago

iviich4eL commented 2 years ago

For the development process, an interface of BeaconWalletClient (e, g, IBeaconWalletClient) should be implemented. The IBeaconWalletClient aims to provide a clear interface for the adopters of the Beacon .NET SDK and the ability to mock BeaconWalletClient for testing.

The reference implementation of BeaconWaletClient is here: https://github.com/airgap-it/beacon-sdk/blob/master/src/clients/wallet-client/WalletClient.ts

Documentation: https://docs.walletbeacon.io/wallet/getting-started