Greg Santos
Greg Santos
### Change access api url from grpc to rest - add .env.emulator.example
### Improve building discovery service on authn - Build service based on wether discovery.api or discovery.wallet is used - Refactor and move to discovery - [chore] Move and cleanup default...
In order to add support for WalletConnect and other client configured authentication services, FCL can use a service plugin registry or config to extend it's service methods. Client configured services,...
### Adds a new package to wrap WalletConnect and expose SignClient and utils This adapter/wrapper allows us to pin WalletConnect to a version for use with FCL. It exposes `initWcAdapter`...
Services and their accompanying strategies potentially can be added to FCL via a plugin type architecture. Discovery around plugin strategy here. --- execService and existing strategies would need refactor, enhancements
Submit PR which updates config and UI to use Discovery API https://github.com/muttoni/float
- [x] Update to use fcl-build - [x] Update to latest WalletConnect beta version `2.0.0-beta.102` and API - [x] Fix an bugs and add/refactor module exports
Get [WC Flow React Wallet](https://github.com/gregsantos/flow-walletconnect-v2-react-wallet) working with latest `"2.0.0-beta.102"` and FCL DApp - [x] Update all packages - `"@walletconnect/sign-client": "2.0.0-beta.102"` - `"@walletconnect/utils": "2.0.0-beta.102"` - `"@walletconnect/types": "2.0.0-beta.102"` - [x] Update to...